From: Gabor Juhos Date: Thu, 19 Jul 2007 17:15:32 +0000 (+0000) Subject: restore Kconfig options of rootfs_split for 2.6.21.5 X-Git-Tag: reboot~28598 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0ce7096e4069eaf0f011b030cd717c37553ea227;p=openwrt%2Fopenwrt.git restore Kconfig options of rootfs_split for 2.6.21.5 SVN-Revision: 8064 --- diff --git a/target/linux/generic-2.6/patches/060-rootfs_split.patch b/target/linux/generic-2.6/patches/060-rootfs_split.patch index ff800dcf38..fe323c7d33 100644 --- a/target/linux/generic-2.6/patches/060-rootfs_split.patch +++ b/target/linux/generic-2.6/patches/060-rootfs_split.patch @@ -2,12 +2,17 @@ Index: linux/drivers/mtd/Kconfig =================================================================== --- linux.orig/drivers/mtd/Kconfig +++ linux/drivers/mtd/Kconfig -@@ -49,6 +49,11 @@ config MTD_PARTITIONS +@@ -49,6 +49,16 @@ config MTD_PARTITIONS devices. Partitioning on NFTL 'devices' is a different - that's the 'normal' form of partitioning used on a block device. -+config MTD_SPLIT_ROOTFS -+ bool "Automatically split rootfs partition for squashfs" ++config MTD_ROOTFS_ROOT_DEV ++ bool "Automatically set 'rootfs' partition to be root filesystem" ++ depends on MTD_PARTITIONS ++ default y ++ ++config MTD_ROOTFS_SPLIT ++ bool "Automatically split 'rootfs' partition for squashfs" + depends on MTD_PARTITIONS + default y +