restore Kconfig options of rootfs_split for 2.6.21.5
SVN-Revision: 8064
This commit is contained in:
parent
21a2fb4a82
commit
0ce7096e40
1 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue