diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-07 18:41:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-07 18:41:48 +0000 |
commit | 2b67efae7c80c4b604420a2364648e46b0d5b407 (patch) | |
tree | b17708335788c18641b12210d0317b48fb5c5e6e /target/linux/ar71xx | |
parent | 3de6b54859f9aeddf64692b52f79dc19e45071ab (diff) | |
download | upstream-2b67efae7c80c4b604420a2364648e46b0d5b407.tar.gz upstream-2b67efae7c80c4b604420a2364648e46b0d5b407.tar.bz2 upstream-2b67efae7c80c4b604420a2364648e46b0d5b407.zip |
disable MTD concatenating support
SVN-Revision: 16373
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.29 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.30 | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index b47057ad4c..ef908ea45c 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -124,7 +124,6 @@ CONFIG_MIPS_MT_DISABLED=y CONFIG_MTD_AR91XX_FLASH=y # CONFIG_MTD_CFI is not set # CONFIG_MTD_CFI_INTELEXT is not set -CONFIG_MTD_CONCAT=y CONFIG_MTD_JEDECPROBE=y CONFIG_MTD_M25P80=y CONFIG_MTD_MYLOADER_PARTS=y diff --git a/target/linux/ar71xx/config-2.6.29 b/target/linux/ar71xx/config-2.6.29 index 7c3f33dbca..6900cc2cf7 100644 --- a/target/linux/ar71xx/config-2.6.29 +++ b/target/linux/ar71xx/config-2.6.29 @@ -129,7 +129,6 @@ CONFIG_MISC_FILESYSTEMS=y CONFIG_MTD_AR91XX_FLASH=y # CONFIG_MTD_CFI is not set # CONFIG_MTD_CFI_INTELEXT is not set -CONFIG_MTD_CONCAT=y CONFIG_MTD_JEDECPROBE=y CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index 4e1f013766..cf71da092f 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -137,7 +137,6 @@ CONFIG_MIPS_MT_DISABLED=y CONFIG_MTD_AR91XX_FLASH=y # CONFIG_MTD_CFI is not set # CONFIG_MTD_CFI_INTELEXT is not set -CONFIG_MTD_CONCAT=y CONFIG_MTD_JEDECPROBE=y CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y |