diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-01 23:52:19 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-01 23:52:19 +0000 |
commit | 9bf71c00ca3afbd968f782da24b16dbb00b2326e (patch) | |
tree | 2cfca7c6eb8ce4531f2c512fca746df44dd42c60 | |
parent | dbd9f17b7ca7e09cdf0c8055ab631755a9d4912d (diff) |
move mtd rootfs split patch to generic-2.6, disabled for broadcom targets until the flash map driver is updated and tested
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6449 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/brcm-2.4/config/default | 1 | ||||
-rw-r--r-- | target/linux/brcm-2.6/config/default | 1 | ||||
-rw-r--r-- | target/linux/brcm47xx-2.6/config/default | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-template | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/patches/060-rootfs_split.patch (renamed from target/linux/atheros-2.6/patches/160-rootfs_split.patch) | 0 |
5 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/brcm-2.4/config/default b/target/linux/brcm-2.4/config/default index ba5a794cfa..876aba9239 100644 --- a/target/linux/brcm-2.4/config/default +++ b/target/linux/brcm-2.4/config/default @@ -175,6 +175,7 @@ CONFIG_MSDOS_FS=m CONFIG_MTD_BCM947XX=y CONFIG_MTD_CFI_SSTSTD=y CONFIG_MTD_SFLASH=y +# CONFIG_MTD_SPLIT_ROOTFS is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_NE3210 is not set diff --git a/target/linux/brcm-2.6/config/default b/target/linux/brcm-2.6/config/default index 6f829e8b5c..ee5fcade3f 100644 --- a/target/linux/brcm-2.6/config/default +++ b/target/linux/brcm-2.6/config/default @@ -198,6 +198,7 @@ CONFIG_MTD_PARTITIONS=y # CONFIG_MTD_REDBOOT_PARTS is not set # CONFIG_MTD_ROM is not set # CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_SPLIT_ROOTFS is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set diff --git a/target/linux/brcm47xx-2.6/config/default b/target/linux/brcm47xx-2.6/config/default index c3609b964c..0b752808ed 100644 --- a/target/linux/brcm47xx-2.6/config/default +++ b/target/linux/brcm47xx-2.6/config/default @@ -200,6 +200,7 @@ CONFIG_MTD_PARTITIONS=y # CONFIG_MTD_REDBOOT_PARTS is not set # CONFIG_MTD_ROM is not set # CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_SPLIT_ROOTFS is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set diff --git a/target/linux/generic-2.6/config-template b/target/linux/generic-2.6/config-template index 6e653716f7..1f9c1c42e0 100644 --- a/target/linux/generic-2.6/config-template +++ b/target/linux/generic-2.6/config-template @@ -556,6 +556,7 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MODVERSIONS is not set CONFIG_MSDOS_FS=m CONFIG_MSDOS_PARTITION=y +CONFIG_MTD_SPLIT_ROOTFS=y # CONFIG_MYRI10GE is not set # CONFIG_NCP_FS is not set CONFIG_NET=y diff --git a/target/linux/atheros-2.6/patches/160-rootfs_split.patch b/target/linux/generic-2.6/patches/060-rootfs_split.patch index e2e52f6def..e2e52f6def 100644 --- a/target/linux/atheros-2.6/patches/160-rootfs_split.patch +++ b/target/linux/generic-2.6/patches/060-rootfs_split.patch |