diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-26 14:36:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-26 14:36:27 +0000 |
commit | c6a4f047e30eb534dfbf7598d5998404ade53c67 (patch) | |
tree | a76d897ac03d778cf8880f1da8c7d4ae26e3191a /target/linux/ixp4xx-2.6 | |
parent | d5c4dc70021cd7aa14d12c32648186284adf6590 (diff) | |
download | upstream-c6a4f047e30eb534dfbf7598d5998404ade53c67.tar.gz upstream-c6a4f047e30eb534dfbf7598d5998404ade53c67.tar.bz2 upstream-c6a4f047e30eb534dfbf7598d5998404ade53c67.zip |
correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)
SVN-Revision: 6390
Diffstat (limited to 'target/linux/ixp4xx-2.6')
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index 37133fbcc8..9336723139 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -331,6 +331,7 @@ 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 |