diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-21 00:12:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-21 00:12:18 +0000 |
commit | cdd74416bc3e33e3f234859674747595631d092a (patch) | |
tree | a6e875f1781e2c432f15a40f35c31db4e6cc6eeb /openwrt/target | |
parent | 0ae1ce202cd3b70d5dc881701d8d3a0a5879259a (diff) | |
download | mtk-20170518-cdd74416bc3e33e3f234859674747595631d092a.zip mtk-20170518-cdd74416bc3e33e3f234859674747595631d092a.tar.gz mtk-20170518-cdd74416bc3e33e3f234859674747595631d092a.tar.bz2 |
more cleanups and a new menuconfig generator
SVN-Revision: 3685
Diffstat (limited to 'openwrt/target')
-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 80e9847..7f07ff0 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -69,7 +69,7 @@ config LINUX_2_6_AU1000 bool "au1000 [2.6]" select mipsel select LINUX_2_6 - select LINUX_PCMCIA_SUPPORT + select PCMCIA_SUPPORT help Build firmware for AMD Alchemy 1500 boards (e.g. 4G-Systems Mesh/Access Cube ...) |