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 | 4f62fd89c002d8191a7d0a222e93f5a8eeb9bc42 (patch) | |
tree | 2613d2f6c1b3436cb96cb4f37a6de14b1242a2bd /target/linux/brcm47xx-2.6/config | |
parent | b66edfcada7a9da669315c23c51b40e63aec3da4 (diff) | |
download | upstream-4f62fd89c002d8191a7d0a222e93f5a8eeb9bc42.tar.gz upstream-4f62fd89c002d8191a7d0a222e93f5a8eeb9bc42.tar.bz2 upstream-4f62fd89c002d8191a7d0a222e93f5a8eeb9bc42.zip |
correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6390 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx-2.6/config')
-rw-r--r-- | target/linux/brcm47xx-2.6/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm47xx-2.6/config/default b/target/linux/brcm47xx-2.6/config/default index de147347b7..c3609b964c 100644 --- a/target/linux/brcm47xx-2.6/config/default +++ b/target/linux/brcm47xx-2.6/config/default @@ -223,6 +223,7 @@ CONFIG_MTD_PARTITIONS=y CONFIG_PAGE_SIZE_4KB=y # CONFIG_PAGE_SIZE_64KB is not set # CONFIG_PAGE_SIZE_8KB is not set +# CONFIG_PCMCIA is not set # CONFIG_PMC_YOSEMITE is not set # CONFIG_PNX8550_JBS is not set # CONFIG_PNX8550_V2PCI is not set |