Loading fs/ext2/Config.in +0 −5 Original line number Diff line number Diff line Loading @@ -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 Loading fs/ext2/ext2.mk +0 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
fs/ext2/Config.in +0 −5 Original line number Diff line number Diff line Loading @@ -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 Loading
fs/ext2/ext2.mk +0 −4 Original line number Diff line number Diff line Loading @@ -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 Loading