restore Kconfig options of rootfs_split for 2.6.21.5
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Jul 2007 17:15:32 +0000 (17:15 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Jul 2007 17:15:32 +0000 (17:15 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8064 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic-2.6/patches/060-rootfs_split.patch

index ff800dcf381e0cb2f30990287b082f6f2919ed1f..fe323c7d33518d8a2ff864aa7e834e33821987c3 100644 (file)
@@ -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
 +