[Buildroot] [git commit master 1/1] fs/ext2: remove redundant BR2_TARGET_ROOTFS_EXT2_SQUASH option

Peter Korsgaard jacmet at sunsite.dk
Fri Jan 14 10:20:38 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=acd062778f940e91ae27643b1620e205ecd04816
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The generic fs handling does a chmod -R 0:0 $(TARGET_DIR), so there's no
need for a specific option to enforce this when making an ext2fs image.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 fs/ext2/Config.in |    5 -----
 fs/ext2/ext2.mk   |    4 ----
 2 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in
index 535fa01..2af44a8 100644
--- a/fs/ext2/Config.in
+++ b/fs/ext2/Config.in
@@ -18,11 +18,6 @@ config BR2_TARGET_ROOTFS_EXT2_RESBLKS
 	depends on BR2_TARGET_ROOTFS_EXT2
 	default 0
 
-config BR2_TARGET_ROOTFS_EXT2_SQUASH
-	bool "Make all files be owned by root"
-	depends on  BR2_TARGET_ROOTFS_EXT2
-	default y
-
 choice
 	prompt "Compression method"
 	default BR2_TARGET_ROOTFS_EXT2_NONE
diff --git a/fs/ext2/ext2.mk b/fs/ext2/ext2.mk
index 18a6df4..cc8da0e 100644
--- a/fs/ext2/ext2.mk
+++ b/fs/ext2/ext2.mk
@@ -6,10 +6,6 @@
 
 EXT2_OPTS :=
 
-ifeq ($(BR2_TARGET_ROOTFS_EXT2_SQUASH),y)
-EXT2_OPTS += -U
-endif
-
 ifneq ($(strip $(BR2_TARGET_ROOTFS_EXT2_BLOCKS)),0)
 EXT2_OPTS += -b $(BR2_TARGET_ROOTFS_EXT2_BLOCKS)
 endif
-- 
1.7.2.2



More information about the buildroot mailing list