From 61906df20af51dc13ce981ff9b5f7bb1513e05fb Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 31 Jul 2006 17:15:03 +0000
Subject: [PATCH] au1000 has pci support, but no pcmcia

SVN-Revision: 4356
---
 openwrt/target/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in
index ddca93ea3b..1b3ae523d0 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 ...)
-- 
GitLab