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 | 5bac944061c84d366a6df8e50582143b8e93a9a6 (patch) | |
tree | d7961282fc050039b979fe7637b2a0d7d95bdd73 /target/Config.in | |
parent | aa3bab0f5bb91c74f1913e5dc18df8c5843f8677 (diff) | |
download | upstream-5bac944061c84d366a6df8e50582143b8e93a9a6.tar.gz upstream-5bac944061c84d366a6df8e50582143b8e93a9a6.tar.bz2 upstream-5bac944061c84d366a6df8e50582143b8e93a9a6.zip |
au1000 has pci support, but no pcmcia
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4356 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in index ddca93ea3b..1b3ae523d0 100644 --- a/target/Config.in +++ b/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 ...) |