cb7ab730c76c47bbcb1f8ba4cd8df8d4b1071e55
				
			
			
		
	 Rafał Miłecki
		
	
	cb7ab730c7
	
	
	firmware-utils: replace md5 code with Alexander Peslyak's implementation
			Rafał Miłecki
		
	
	cb7ab730c7
	
	
	firmware-utils: replace md5 code with Alexander Peslyak's implementation
		
			
			Our current implementation is pretty old and uses some pre-standard/old ANSI C style that triggers warnings like: warning: call to function 'MD5_Init' without a real prototype [-Wunprototyped-calls] This is caused by declarations specified in a following way: src/md5.h:60:6: note: 'MD5_Init' was declared here void MD5_Init (); Having these warnings makes it harded to notice real problems. We could try hiding them but it makes more sense to just use a cleaner code. Another tiny gain from this switch is slightly reduced binary size, on x86_64 tplink-safeloader's size 48104 became 48003. The new code is public domain, uses "heavily cut-down BSD license". Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
				
					… 
				
			
			
		This is the buildsystem for the LEDE Linux distribution. Please use "make menuconfig" to choose your preferred configuration for the toolchain and firmware. You need to have installed gcc, binutils, bzip2, flex, python, perl, make, find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers. Run "./scripts/feeds update -a" to get all the latest package definitions defined in feeds.conf / feeds.conf.default respectively and "./scripts/feeds install -a" to install symlinks of all of them into package/feeds/. Use "make menuconfig" to configure your image. Simply running "make" will build your firmware. It will download all sources, build the cross-compile toolchain, the kernel and all choosen applications. To build your own firmware you need to have access to a Linux, BSD or MacOSX system (case-sensitive filesystem required). Cygwin will not be supported because of the lack of case sensitiveness in the file system. Sunshine! Your LEDE Community http://www.lede-project.org
Description
				This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues.  We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. All issues should be reported at: https://bugs.openwrt.org
						
						
						
					Languages
				
				
								
								
									C
								
								67.9%
							
						
							
								
								
									Makefile
								
								18.9%
							
						
							
								
								
									Shell
								
								6.9%
							
						
							
								
								
									Perl
								
								2.9%
							
						
							
								
								
									Assembly
								
								1.6%
							
						
							
								
								
									Other
								
								1.7%