Felix Fietkau 
							
						 
					 
					
						
						
							
						
						018d80007e 
					 
					
						
						
							
							kernel: remove ubifs xz decompression support  
						
						 
						
						... 
						
						
						
						It has been unused, and less useful than squashfs for cases where flash
space usage matters.
Signed-off-by: Felix Fietkau <nbd@nbd.name > 
						
						
					 
					
						2017-01-09 14:07:06 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
							
						
						e27c8bb156 
					 
					
						
						
							
							update mtd-utils to 1.5.2  
						
						 
						
						... 
						
						
						
						- update mtd-utils to 1.5.2 (git a494d30ab1ae40cb7665680cadf5af3ca3830a73)
 - remove patches that went upstream
 - fixes build from scratch as of broken patches
Signed-off-by: Sven Roederer <devel-sven@geroedel.de >
[use the final version of 1.5.2 instead, fix header of jffs2_lzma_(de,)compress()]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
SVN-Revision: 47790 
						
						
					 
					
						2015-12-05 15:44:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						1ca571b6c2 
					 
					
						
						
							
							tools/mtd-utils: avoid linking libm statically  
						
						 
						
						... 
						
						
						
						Rework static linker flags to not link libm statically, this should fix the
build on CentOS where libm.a is not provided by the libc devel package.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
SVN-Revision: 46989 
						
						
					 
					
						2015-09-17 13:07:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						cf77766e64 
					 
					
						
						
							
							tools/mtd-utils: prefer static linking  
						
						 
						
						... 
						
						
						
						- Add patch for optional static linking preference
 - Prefer static linking on Linux systems
 - Enable verbose compiler messages when building with V=c
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
SVN-Revision: 46908 
						
						
					 
					
						2015-09-14 14:51:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
							
						
						df23709f16 
					 
					
						
						
							
							tools/mtd-utils: upgrade to latest git  
						
						 
						
						... 
						
						
						
						Signed-off-by: Imre Kaloz <kaloz@openwrt.org >
SVN-Revision: 45760 
						
						
					 
					
						2015-05-26 09:25:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						dd86bc73fb 
					 
					
						
						
							
							tools: Fix compilation on x32 host  
						
						 
						
						... 
						
						
						
						Compiling the host tools on the new x32 architecture (which is
an ILP32 ELF32 system on an amd64 CPU) fails for various reasons.
 gmp: pull same fix I applied to OpenADK, which was inspired
  by the fix in the Debian source package
 mtd-utils: write a workaround myself; only affects x32, but
  the use of llseek is dangerous according to the manpage, so
  the guard ifdef should probably go away
 findutils: pull fix straight from the Debian source packae
Signed-off-by: Thorsten Glaser <tg@mirbsd.org >
SVN-Revision: 43060 
						
						
					 
					
						2014-10-25 16:57:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						b6be477299 
					 
					
						
						
							
							tools/mtd-utils: fix a segfault in parsing the device table  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 42875 
						
						
					 
					
						2014-10-12 15:00:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
							
						
						ca4c33abb9 
					 
					
						
						
							
							tools/mtd-utils: add EOF marker support to libubigen/ubinize  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org >
SVN-Revision: 38682 
						
						
					 
					
						2013-11-07 19:53:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						5825d9b40d 
					 
					
						
						
							
							mtd-utils: get rid of extern inline to fix build errors  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 38565 
						
						
					 
					
						2013-10-28 15:15:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
							
						
						2803206c50 
					 
					
						
						
							
							tools/mtd-utils: remove empty patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31705 
						
						
					 
					
						2012-05-13 12:32:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
							
						
						7a7d39cef3 
					 
					
						
						
							
							tools/mtd-utils: fix build error  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30797 
						
						
					 
					
						2012-03-03 11:12:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
							
						
						087747cd43 
					 
					
						
						
							
							tools/mtd-utils: update mkfs.ubifs XZ support  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30796 
						
						
					 
					
						2012-03-03 10:08:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
							
						
						c503f44f9c 
					 
					
						
						
							
							tools/mtd-utils: add XZ compression support to mkfs.ubifs  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30795 
						
						
					 
					
						2012-03-02 23:09:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
							
						
						8e0af8361d 
					 
					
						
						
							
							tools/mtd-utils: cleanup mkubifs lzo patch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30770 
						
						
					 
					
						2012-03-01 19:55:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
							
						
						3698c6a391 
					 
					
						
						
							
							tools/mtd-utils: update to 1.4.5  
						
						 
						
						... 
						
						
						
						This updates mtd-utils in tools:
100-optional_lzo.patch and 101-ubifs-optional_lzo.patch
are now uneeded as a WITHOUT_LZO flag is provided by the
upstream sources. All remaining patches are refreshed
for the new version.
135-mkubifs_optional_lzo.patch was created to respect
WITHOUT_LZO also in mkubifs.
Signed-off-by: Daniel Golle <dgolle@allnet.de >
SVN-Revision: 30769 
						
						
					 
					
						2012-03-01 19:55:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandros C. Couloumbis 
							
						 
					 
					
						
						
							
						
						8a5b26afd1 
					 
					
						
						
							
							tools/mtd-utils: update to mtd-utils-20101124  
						
						 
						
						... 
						
						
						
						SVN-Revision: 24129 
						
						
					 
					
						2010-11-24 12:05:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandros C. Couloumbis 
							
						 
					 
					
						
						
							
						
						585850eafb 
					 
					
						
						
							
							tools/mtd-utils: add two upstream patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 23453 
						
						
					 
					
						2010-10-15 07:52:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						3d44120515 
					 
					
						
						
							
							mtd-utils: refresh patches again  
						
						 
						
						... 
						
						
						
						SVN-Revision: 23194 
						
						
					 
					
						2010-10-03 12:15:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandros C. Couloumbis 
							
						 
					 
					
						
						
							
						
						e70493a812 
					 
					
						
						
							
							tools/mtd-utils: kill 132-revert-zlib-cleanup.patch. it's wrong.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 23192 
						
						
					 
					
						2010-10-03 11:12:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						4e8f4e1d39 
					 
					
						
						
							
							mtd-utils: refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 23179 
						
						
					 
					
						2010-10-02 16:42:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						f70671c153 
					 
					
						
						
							
							tools/mtd-utils: fix compilation on OS X  
						
						 
						
						... 
						
						
						
						SVN-Revision: 23176 
						
						
					 
					
						2010-10-02 10:18:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandros C. Couloumbis 
							
						 
					 
					
						
						
							
						
						930031c5d1 
					 
					
						
						
							
							tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully Darwin) build issues.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 23169 
						
						
					 
					
						2010-10-01 16:39:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						78222ff9dc 
					 
					
						
						
							
							mtd-utils: revert r23075  
						
						 
						
						... 
						
						
						
						SVN-Revision: 23076 
						
						
					 
					
						2010-09-15 23:50:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						297f110b2c 
					 
					
						
						
							
							mtd-utils: do not rely on host kernel headers, redefine the integer types instead ( #7950 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 23075 
						
						
					 
					
						2010-09-15 22:45:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						97a286cb62 
					 
					
						
						
							
							revert r23048 for now until Darwin compile issues have been sorted out ( #7934 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 23057 
						
						
					 
					
						2010-09-13 18:50:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandros C. Couloumbis 
							
						 
					 
					
						
						
							
						
						432cb15bd1 
					 
					
						
						
							
							tools/mtd-utils: update to version git-20100912  
						
						 
						
						... 
						
						
						
						SVN-Revision: 23048 
						
						
					 
					
						2010-09-13 07:39:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						01ca56639c 
					 
					
						
						
							
							mtd-utils: remove bogus include statement to make it more portable  
						
						 
						
						... 
						
						
						
						SVN-Revision: 20853 
						
						
					 
					
						2010-04-14 10:50:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandros C. Couloumbis 
							
						 
					 
					
						
						
							
						
						c2c88d315f 
					 
					
						
						
							
							add jffs2/lzma support (not activated by default yet)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 20828 
						
						
					 
					
						2010-04-12 13:14:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						9156e19ac0 
					 
					
						
						
							
							mtd-utils: do not try to compile in support for ubifs ioctls and extended flags - some linux distros do not support this  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19846 
						
						
					 
					
						2010-02-24 23:02:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						393835a5d9 
					 
					
						
						
							
							mtd-utils: refresh the cygwin_fixes patch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19159 
						
						
					 
					
						2010-01-16 00:11:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						5c8bfc0c17 
					 
					
						
						
							
							mtd-utils: fix compile on mac os x  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19158 
						
						
					 
					
						2010-01-16 00:11:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lars-Peter Clausen 
							
						 
					 
					
						
						
							
						
						46efcd60eb 
					 
					
						
						
							
							mtd-utils: Don't include lzo headers aswell...  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19107 
						
						
					 
					
						2010-01-11 16:15:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lars-Peter Clausen 
							
						 
					 
					
						
						
							
						
						f26aa5f82a 
					 
					
						
						
							
							mtd-utils: Disable lzo for mkfs.ubifs  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19104 
						
						
					 
					
						2010-01-11 11:04:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
							
						
						1c50561480 
					 
					
						
						
							
							make mtd-utils compile correctly on cygwin  
						
						 
						
						... 
						
						
						
						SVN-Revision: 19039 
						
						
					 
					
						2010-01-05 11:06:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						a2b97a26e3 
					 
					
						
						
							
							add ubinize to the mtd-utils build  
						
						 
						
						... 
						
						
						
						SVN-Revision: 16457 
						
						
					 
					
						2009-06-14 20:42:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						2d6fc61216 
					 
					
						
						
							
							upgrade to a more recent version of mtd-utils - preparation for adding UBI support  
						
						 
						
						... 
						
						
						
						SVN-Revision: 16455 
						
						
					 
					
						2009-06-14 20:42:12 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
							
						
						3849a57cd7 
					 
					
						
						
							
							tools: refresh patches for tools lua, mtd-utils, ipkg-utils, squashfs, lzma, and autoconf are touched  
						
						 
						
						... 
						
						
						
						SVN-Revision: 14589 
						
						
					 
					
						2009-02-21 14:46:03 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						60c1f0f64d 
					 
					
						
						
							
							finally move buildroot-ng to trunk  
						
						 
						
						
						
						
					 
					
						2016-03-20 17:29:15 +01:00