aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-07-19 17:15:32 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-07-19 17:15:32 +0000
commit28a162aa228908a3fff7ab09537fd4316bc53d6c (patch)
treeffff1fbf5563878cefb7f08da3c46aa1c179c53b /target/linux/generic-2.6
parent4ca403bc3ddf20083f07e973bfa9057d34f1b960 (diff)
downloadmaster-187ad058-28a162aa228908a3fff7ab09537fd4316bc53d6c.tar.gz
master-187ad058-28a162aa228908a3fff7ab09537fd4316bc53d6c.tar.bz2
master-187ad058-28a162aa228908a3fff7ab09537fd4316bc53d6c.zip
restore Kconfig options of rootfs_split for 2.6.21.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8064 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r--target/linux/generic-2.6/patches/060-rootfs_split.patch11
1 files changed, 8 insertions, 3 deletions
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
+