diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-07-31 17:15:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-07-31 17:15:03 +0000 |
commit | 61906df20af51dc13ce981ff9b5f7bb1513e05fb (patch) | |
tree | 65c4a8b1c152df14162c557780923f6e00af0923 /openwrt/target/Config.in | |
parent | 0518116cb65a4e9f3ac966b0f1690bc5c9c9e434 (diff) | |
download | mtk-20170518-61906df20af51dc13ce981ff9b5f7bb1513e05fb.zip mtk-20170518-61906df20af51dc13ce981ff9b5f7bb1513e05fb.tar.gz mtk-20170518-61906df20af51dc13ce981ff9b5f7bb1513e05fb.tar.bz2 |
au1000 has pci support, but no pcmcia
SVN-Revision: 4356
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r-- | openwrt/target/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index ddca93e..1b3ae52 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -96,7 +96,7 @@ config LINUX_2_6_AU1000 bool "AMD Alchemy AUxx [2.6]" select mipsel select LINUX_2_6 - select PCMCIA_SUPPORT + select PCI_SUPPORT help Build firmware for AMD Alchemy 1500 boards (e.g. 4G-Systems Mesh/Access Cube ...) |