This patch corrects a dependency check and enables the Cisco airo wifi
driver on non-isa pci systems.

Signed-off-by: Alexandros C. Couloumbis <alex at ozo.com>

---
diff -Nrub a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
--- a/drivers/net/wireless/Kconfig      2008-07-25 21:33:59.000000000 +0300
+++ b/drivers/net/wireless/Kconfig      2008-07-26 08:22:41.000000000 +0300
@@ -297,7 +297,7 @@

 config AIRO
        tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
-       depends on ISA_DMA_API && WLAN_80211 && (PCI || BROKEN)
+       depends on WLAN_80211 && (PCI || BROKEN || ISA_DMA_API)
        select WIRELESS_EXT
        select CRYPTO
        ---help---


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to