diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-31 17:15:03 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-31 17:15:03 +0000 |
commit | 2f07144b1417e9bfb4322ac886bbbb5f4ed5bf28 (patch) | |
tree | d7961282fc050039b979fe7637b2a0d7d95bdd73 | |
parent | fe7a1e0819c154cdabf9acec824600704f119dc6 (diff) |
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
-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 ...) |