diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-28 13:00:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-28 13:00:26 +0000 |
commit | 07b49e249a54285aecdfbc3e5757c499cb20be14 (patch) | |
tree | 502a1e9aa4755778672eda53f403dcda155ede9d /target/linux | |
parent | 211093784dbfa82faa4f53dc518c61a37aa1ebef (diff) | |
download | upstream-07b49e249a54285aecdfbc3e5757c499cb20be14.tar.gz upstream-07b49e249a54285aecdfbc3e5757c499cb20be14.tar.bz2 upstream-07b49e249a54285aecdfbc3e5757c499cb20be14.zip |
fix a small bug in the config merge/split (fixes buildbot error on ixp4xx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6427 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index 9336723139..7c9fec0d37 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -265,7 +265,7 @@ CONFIG_MTD_PARTITIONS=y # CONFIG_MTD_PLATRAM is not set # CONFIG_MTD_PMC551 is not set # CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK is not set +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y CONFIG_MTD_REDBOOT_PARTS_READONLY=y CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y @@ -331,7 +331,6 @@ CONFIG_PATA_ARTOP=m # CONFIG_PATA_VIA is not set # CONFIG_PATA_WINBOND is not set # CONFIG_PC300 is not set -# CONFIG_PCMCIA is not set # CONFIG_PCCARD is not set # CONFIG_PCI200SYN is not set # CONFIG_PCIPCWATCHDOG is not set |