diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-18 20:23:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-18 20:23:20 +0000 |
commit | 6761ddd557729c97c12d19832c70e279839b4d5d (patch) | |
tree | 83d8812161b5dec36c45689653f48253fe066222 /target/linux/generic-2.6/patches/060-rootfs_split.patch | |
parent | f9719b35c8f6cbf5bc866adc245e1092c8dee455 (diff) | |
download | upstream-6761ddd557729c97c12d19832c70e279839b4d5d.tar.gz upstream-6761ddd557729c97c12d19832c70e279839b4d5d.tar.bz2 upstream-6761ddd557729c97c12d19832c70e279839b4d5d.zip |
refresh generic 2.6.21 patches
SVN-Revision: 11185
Diffstat (limited to 'target/linux/generic-2.6/patches/060-rootfs_split.patch')
-rw-r--r-- | target/linux/generic-2.6/patches/060-rootfs_split.patch | 12 |
1 files changed, 6 insertions, 6 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 adafdaacba..210360600e 100644 --- a/target/linux/generic-2.6/patches/060-rootfs_split.patch +++ b/target/linux/generic-2.6/patches/060-rootfs_split.patch @@ -1,7 +1,7 @@ -Index: linux/drivers/mtd/Kconfig +Index: linux-2.6.21.7/drivers/mtd/Kconfig =================================================================== ---- linux.orig/drivers/mtd/Kconfig -+++ linux/drivers/mtd/Kconfig +--- linux-2.6.21.7.orig/drivers/mtd/Kconfig ++++ linux-2.6.21.7/drivers/mtd/Kconfig @@ -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. @@ -19,10 +19,10 @@ Index: linux/drivers/mtd/Kconfig config MTD_REDBOOT_PARTS tristate "RedBoot partition table parsing" depends on MTD_PARTITIONS -Index: linux/drivers/mtd/mtdpart.c +Index: linux-2.6.21.7/drivers/mtd/mtdpart.c =================================================================== ---- linux.orig/drivers/mtd/mtdpart.c -+++ linux/drivers/mtd/mtdpart.c +--- linux-2.6.21.7.orig/drivers/mtd/mtdpart.c ++++ linux-2.6.21.7/drivers/mtd/mtdpart.c @@ -20,6 +20,8 @@ #include <linux/mtd/mtd.h> #include <linux/mtd/partitions.h> |