Felix Fietkau 
							
						 
					 
					
						
						
							
						
						8b47037101 
					 
					
						
						
							
							tools/sed: enable parallel builds  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33428 
						
						
					 
					
						2012-09-15 14:17:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						643f51cf90 
					 
					
						
						
							
							tools/m4: bypass a time consuming configure test  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33427 
						
						
					 
					
						2012-09-15 14:17:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						17f9811814 
					 
					
						
						
							
							tools/m4: enable parallel builds  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33426 
						
						
					 
					
						2012-09-15 14:17:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
							
						
						872e798473 
					 
					
						
						
							
							tools/firmware-utils: add a new tool for TEW-712BR firmware generation  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33233 
						
						
					 
					
						2012-08-22 20:15:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
							
						
						6c9d20d6e7 
					 
					
						
						
							
							tools/firmware-utils/ptgen option to use MB rounding  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33218 
						
						
					 
					
						2012-08-22 09:22:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
							
						
						25ac1447ed 
					 
					
						
						
							
							tools/firmware-utils: add tool for DIR-651-H1 firmware generation  
						
						 
						
						... 
						
						
						
						Signed-off-by: Mikko Hissa <mikko.hissa@uta.fi >
SVN-Revision: 33204 
						
						
					 
					
						2012-08-17 17:56:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						1af7a2c522 
					 
					
						
						
							
							wrt350nv2-builder: don't use internal zlib macro OF() in ioapi.h, it breaks with new zlib releases  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33181 
						
						
					 
					
						2012-08-14 10:33:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						7304953292 
					 
					
						
						
							
							convert remaining tools to $(HOST_STATIC_LINKING) ( #12012 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33148 
						
						
					 
					
						2012-08-12 13:27:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						958a9c96cd 
					 
					
						
						
							
							xz: update to 5.0.4  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jonh Wendell <jonh.wendell@gmail.com >
SVN-Revision: 33146 
						
						
					 
					
						2012-08-12 12:48:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						9a049babb7 
					 
					
						
						
							
							tools/ppl: fix automake error due to use of obsolete directory name  
						
						 
						
						... 
						
						
						
						I recently experienced this:
configure.ac:1101: the top level
interfaces/Prolog/Ciao/Makefile.am:168: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/GNU/Makefile.am:167: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/SICStus/Makefile.am:71: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/SWI/Makefile.am:187: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/XSB/Makefile.am:186: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/YAP/Makefile.am:176: `pkglibdir' is not a legitimate directory for `DATA'
make[4]: *** [Makefile.in] Error 1
Found this on google:
http://bugs.mysql.com/bug.php?id=63898 
And used this to fix it:
fgrep -rlZ pkglib_DATA --include Makefile.am . | xargs -0 sed -i 's/pkglib_DATA/pkgdata_DATA/g'
Signed-off-by: Daniel Golle <dgolle@allnet.de >
SVN-Revision: 33141 
						
						
					 
					
						2012-08-12 12:46:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						cf1698c637 
					 
					
						
						
							
							use HOST_STATIC_LINKING instead of hardcoding -static  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33140 
						
						
					 
					
						2012-08-12 12:34:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						df261c26ba 
					 
					
						
						
							
							sed: disable further SELinux features  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33120 
						
						
					 
					
						2012-08-10 22:38:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						638a3eb4fd 
					 
					
						
						
							
							sed: unconditionally disable SELinux, NLS and ACL support ( #12007 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33119 
						
						
					 
					
						2012-08-10 21:41:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						65d6a44baa 
					 
					
						
						
							
							Revert "[tools] cmake: link statically"  
						
						 
						
						... 
						
						
						
						Static linking of cmake is broken on x86_64, until we can sort it out, revert the static linking.
SVN-Revision: 33118 
						
						
					 
					
						2012-08-10 21:25:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						e2e55d7acd 
					 
					
						
						
							
							firmware-utils: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33117 
						
						
					 
					
						2012-08-10 19:27:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						a7568eb875 
					 
					
						
						
							
							e2fsprogs: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33116 
						
						
					 
					
						2012-08-10 19:27:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						f79666f20c 
					 
					
						
						
							
							dosfstools: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33115 
						
						
					 
					
						2012-08-10 19:27:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						ecc3d83717 
					 
					
						
						
							
							cmake: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33114 
						
						
					 
					
						2012-08-10 19:27:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						7d79e3a84a 
					 
					
						
						
							
							ccache: fix compilation, link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33113 
						
						
					 
					
						2012-08-10 19:27:03 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						ec726c48a9 
					 
					
						
						
							
							yaffs2: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33112 
						
						
					 
					
						2012-08-10 19:27:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						da6f82a16e 
					 
					
						
						
							
							xz: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33111 
						
						
					 
					
						2012-08-10 19:27:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						5ac14bbd49 
					 
					
						
						
							
							wrt350nv2-builder: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33110 
						
						
					 
					
						2012-08-10 19:26:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						54e588c1d4 
					 
					
						
						
							
							upx: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33109 
						
						
					 
					
						2012-08-10 19:26:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						709d0b0ddb 
					 
					
						
						
							
							upslug2: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33108 
						
						
					 
					
						2012-08-10 19:26:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						04e6e15857 
					 
					
						
						
							
							sstrip: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33107 
						
						
					 
					
						2012-08-10 19:26:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						a361365858 
					 
					
						
						
							
							squashfs4: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33106 
						
						
					 
					
						2012-08-10 19:26:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						14c2ec4e20 
					 
					
						
						
							
							squashfs: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33105 
						
						
					 
					
						2012-08-10 19:26:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						d6605d85c9 
					 
					
						
						
							
							sdcc: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33104 
						
						
					 
					
						2012-08-10 19:26:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						7c5b0f63a1 
					 
					
						
						
							
							qemu: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33103 
						
						
					 
					
						2012-08-10 19:26:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						0096c48024 
					 
					
						
						
							
							pkg-config: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33102 
						
						
					 
					
						2012-08-10 19:26:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						66c9e4f143 
					 
					
						
						
							
							patch-cmdline: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33101 
						
						
					 
					
						2012-08-10 19:26:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						9903c3ead8 
					 
					
						
						
							
							padjffs2: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33100 
						
						
					 
					
						2012-08-10 19:26:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						5dfdbd0066 
					 
					
						
						
							
							mtools: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33099 
						
						
					 
					
						2012-08-10 19:26:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						614351940e 
					 
					
						
						
							
							mtd-utils: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33098 
						
						
					 
					
						2012-08-10 19:26:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						74d598ea7c 
					 
					
						
						
							
							mklibs: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33097 
						
						
					 
					
						2012-08-10 19:26:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						299762f190 
					 
					
						
						
							
							mkimage: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33096 
						
						
					 
					
						2012-08-10 19:26:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						82c39a260e 
					 
					
						
						
							
							m4: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33095 
						
						
					 
					
						2012-08-10 19:26:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						ea6c66131f 
					 
					
						
						
							
							lzma: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33094 
						
						
					 
					
						2012-08-10 19:26:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						d505def9ba 
					 
					
						
						
							
							genext2fs: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33093 
						
						
					 
					
						2012-08-10 19:26:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						6c47378041 
					 
					
						
						
							
							flock: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33092 
						
						
					 
					
						2012-08-10 19:26:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						6c5dc20343 
					 
					
						
						
							
							flex: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33091 
						
						
					 
					
						2012-08-10 19:26:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						a8d55378c3 
					 
					
						
						
							
							bison: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33090 
						
						
					 
					
						2012-08-10 19:26:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						f874529ca5 
					 
					
						
						
							
							sed: link statically  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33089 
						
						
					 
					
						2012-08-10 19:26:17 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
							
						
						e154d50368 
					 
					
						
						
							
							fix ccache build  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33087 
						
						
					 
					
						2012-08-10 19:05:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
							
						
						25482a60b3 
					 
					
						
						
							
							add mktools and dosfstools which are needed for the raspberry pi  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ian Ridge <ianridge [at] gmail.com>
SVN-Revision: 32824 
						
						
					 
					
						2012-07-24 20:39:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
							
						
						fb81e7a802 
					 
					
						
						
							
							adds mkdapimg  
						
						 
						
						... 
						
						
						
						Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp >
SVN-Revision: 32822 
						
						
					 
					
						2012-07-24 20:38:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						b1f318de53 
					 
					
						
						
							
							kernel: fix portability issues on the x86 specific relocs host tool, fixes build on mac os x  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32783 
						
						
					 
					
						2012-07-20 12:28:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						ba71c3ac00 
					 
					
						
						
							
							tools: prefer gmd5sum if present  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32761 
						
						
					 
					
						2012-07-17 11:28:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						08c7eae8f6 
					 
					
						
						
							
							tools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac os x. the clang build fails with some linker errors  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32706 
						
						
					 
					
						2012-07-13 23:18:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						1f1cf1990b 
					 
					
						
						
							
							bison: fix errors in shipped stdio.in.h  
						
						 
						
						... 
						
						
						
						Bison fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to
wrap gets() with a warning which fails since gets() got removed from the
default _GNU_SOURCE featureset.
SVN-Revision: 32649 
						
						
					 
					
						2012-07-08 15:50:36 +00:00