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/rdc-2.6 | |
parent | d5c4dc70021cd7aa14d12c32648186284adf6590 (diff) | |
download | mtk-20170518-c6a4f047e30eb534dfbf7598d5998404ade53c67.zip mtk-20170518-c6a4f047e30eb534dfbf7598d5998404ade53c67.tar.gz mtk-20170518-c6a4f047e30eb534dfbf7598d5998404ade53c67.tar.bz2 |
correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)
SVN-Revision: 6390
Diffstat (limited to 'target/linux/rdc-2.6')
-rw-r--r-- | target/linux/rdc-2.6/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rdc-2.6/config/default b/target/linux/rdc-2.6/config/default index c9b6066..54c4adb 100644 --- a/target/linux/rdc-2.6/config/default +++ b/target/linux/rdc-2.6/config/default @@ -282,6 +282,7 @@ CONFIG_NOHIGHMEM=y CONFIG_PAGE_OFFSET=0xC0000000 # CONFIG_PARTITION_ADVANCED is not set # CONFIG_PC8736x_GPIO is not set +# CONFIG_PCMCIA is not set # CONFIG_PCCARD is not set # CONFIG_PCIEPORTBUS is not set # CONFIG_PCIPCWATCHDOG is not set |