From acd062778f940e91ae27643b1620e205ecd04816 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 14 Jan 2011 11:14:05 +0100 Subject: fs/ext2: remove redundant BR2_TARGET_ROOTFS_EXT2_SQUASH option 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 --- fs/ext2/Config.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'fs/ext2/Config.in') diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in index 535fa01e1..2af44a826 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 -- cgit v1.2.3