Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						772a664571 
					 
					
						
						
							
							fstools: fix exit code of uci-defaults script  
						
						... 
						
						
						
						Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
SVN-Revision: 44180 
						
						
					 
					
						2015-01-28 13:44:37 +00:00 
						 
				 
			
				
					
						
							
							
								Rafał Miłecki 
							
						 
					 
					
						
						
							
						
						3e0817d606 
					 
					
						
						
							
							fstools: update to the latest git HEAD  
						
						... 
						
						
						
						This allows using UBIFS volume as overlay and adds support for Btrfs.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com >
SVN-Revision: 43868 
						
						
					 
					
						2015-01-07 17:10:02 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						40e2dbf9c6 
					 
					
						
						
							
							fstools: update to latest git HEAD  
						
						... 
						
						
						
						adds a few cleanups and extroot/ubi support
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 43717 
						
						
					 
					
						2014-12-15 10:37:14 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						b8dd6bb189 
					 
					
						
						
							
							fstools: update to the latest version, fixes sysupgrade on linux 3.18  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 43485 
						
						
					 
					
						2014-12-01 21:10:42 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						4c044e8118 
					 
					
						
						
							
							fstools: make the block tool ignore case when comparing uuid strings  
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 43480 
						
						
					 
					
						2014-12-01 18:46:23 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						623f3bda54 
					 
					
						
						
							
							fstools: update to the latest version, fixes overlayfs mount on 3.18  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 43368 
						
						
					 
					
						2014-11-24 17:18:32 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						74a3a77bcd 
					 
					
						
						
							
							license info - revert r43155  
						
						... 
						
						
						
						turns out that r43155 adds duplicate info.
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 43167 
						
						
					 
					
						2014-11-03 09:56:44 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						c10d97484a 
					 
					
						
						
							
							Add more license tags with SPDX identifiers  
						
						... 
						
						
						
						Note, that licensing stuff is a nightmare: many packages does not clearly
state their licenses, and often multiple source files are simply copied
together - each with different licensing information in the file headers.
I tried hard to ensure, that the license information extracted into the OpenWRT's
makefiles fit the "spirit" of the packages, e.g. such small packages which
come without a dedicated source archive "inherites" the OpenWRT's own license
in my opinion.
However, I can not garantee that I always picked the correct information
and/or did not miss license information.
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
SVN-Revision: 43155 
						
						
					 
					
						2014-11-03 08:01:08 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Barth 
							
						 
					 
					
						
						
							
						
						bec9d38fa4 
					 
					
						
						
							
							Add a few SPDX tags  
						
						... 
						
						
						
						Signed-off-by: Steven Barth <steven@midlink.org >
SVN-Revision: 43151 
						
						
					 
					
						2014-11-02 12:20:54 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						51f8a1cfc5 
					 
					
						
						
							
							fstools: update to latest git head  
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 43090 
						
						
					 
					
						2014-10-27 15:51:33 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						20940138ac 
					 
					
						
						
							
							scripts: fix wrong usage of '==' operator  
						
						... 
						
						
						
						[base-files] shell-scripting: fix wrong usage of '==' operator
normally the '==' is used for invoking a regex parser and is a bashism.
all of the fixes just want to compare a string. the used busybox-ash
will silently "ignore" this mistake, but make it portable/clean at least.
this patch does not change the behavior/logic of the scripts.
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com >
SVN-Revision: 42911 
						
						
					 
					
						2014-10-14 12:21:11 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						80a54ef804 
					 
					
						
						
							
							fstools: update to latest git HEAD  
						
						... 
						
						
						
						this adds support for overlayfs v23
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 42890 
						
						
					 
					
						2014-10-13 19:41:16 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						635c9d7a25 
					 
					
						
						
							
							fstools: update to latest git  
						
						... 
						
						
						
						adds support for /dev/vd* virtual io
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 42812 
						
						
					 
					
						2014-10-06 20:06:15 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						ac01f2b9d6 
					 
					
						
						
							
							fs-tools: dont use mips16  
						
						... 
						
						
						
						this causes problems on 47xx/74k
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 42570 
						
						
					 
					
						2014-09-16 11:55:57 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						b3b55de395 
					 
					
						
						
							
							build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages  
						
						... 
						
						
						
						The idea is to gradually fix the packages
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr >
SVN-Revision: 41411 
						
						
					 
					
						2014-06-30 08:19:48 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						c2d95d4106 
					 
					
						
						
							
							fstools: fix factory reset on ubifs overlay  
						
						... 
						
						
						
						Signed-off-by: Daniel Golle <daniel@makrotopia.org >
SVN-Revision: 41315 
						
						
					 
					
						2014-06-24 18:13:05 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						3417834ffc 
					 
					
						
						
							
							fstools: the ubi flash tool is obselete now  
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 41128 
						
						
					 
					
						2014-06-11 12:59:45 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						85b8897d1a 
					 
					
						
						
							
							fstools: stage libubi-utils static library and headers  
						
						... 
						
						
						
						Use InstallDev to make libubi-utils available for linking in
uboot-envtools.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
SVN-Revision: 40928 
						
						
					 
					
						2014-06-02 12:44:16 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						118eec12e8 
					 
					
						
						
							
							fstools: update to latest version, fixes build on x86_64  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40902 
						
						
					 
					
						2014-06-02 09:38:09 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						11462369af 
					 
					
						
						
							
							fstools: update to the latest version, fixes build for 64 bit targets  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40889 
						
						
					 
					
						2014-05-31 12:46:59 +00:00 
						 
				 
			
				
					
						
							
							
								Luka Perkov 
							
						 
					 
					
						
						
							
						
						a1038db845 
					 
					
						
						
							
							fstools: update to the latest version  
						
						... 
						
						
						
						Fixes RO mounts on imx6 target.
Signed-off-by: Luka Perkov <luka@openwrt.org >
SVN-Revision: 40818 
						
						
					 
					
						2014-05-21 13:15:47 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						00776714ac 
					 
					
						
						
							
							fstools: update to the latest version, adds ubifs support and ubi/mtd fixes  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40781 
						
						
					 
					
						2014-05-19 21:58:44 +00:00 
						 
				 
			
				
					
						
							
							
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						7bfcbab875 
					 
					
						
						
							
							fstools: fix extroot with opkg-installed block-mount ( #15550 )  
						
						... 
						
						
						
						The /sbin/block binary now requires and additional shared library, therfore set
LD_LIBRARY_PATH accordingly when invoking it from the temporary overlay.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
SVN-Revision: 40526 
						
						
					 
					
						2014-04-17 17:59:47 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						eb19a65bd2 
					 
					
						
						
							
							fstools: update to latest git HEAD  
						
						... 
						
						
						
						this adds the /sbin/ubi tool that can be used for sysupgrading ubi volumes
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 40415 
						
						
					 
					
						2014-04-07 15:10:07 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						306e0fd866 
					 
					
						
						
							
							fstools: scripts should propagate the cmdline  
						
						... 
						
						
						
						Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
SVN-Revision: 40383 
						
						
					 
					
						2014-04-05 16:34:40 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						69519ed75f 
					 
					
						
						
							
							fstools: update to latest git  
						
						... 
						
						
						
						this fixes ubifs and ubi overlay support
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 40366 
						
						
					 
					
						2014-04-03 14:26:38 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						ec44a0f11e 
					 
					
						
						
							
							fs-tools: add back mount_root, jffs2reset and ffs2mark functionality  
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 40018 
						
						
					 
					
						2014-03-25 20:15:50 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						0dc9d8d6ff 
					 
					
						
						
							
							fstools: add the new fstools package  
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 39895 
						
						
					 
					
						2014-03-12 19:32:51 +00:00