aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-13 14:18:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-13 14:18:13 +0000
commit6691444d9aaa866f4b76baa26e850b6f7cb990a1 (patch)
tree8d8fed2e61d456cbf3b350ecfa563256a37deee2 /package/madwifi/Makefile
parent263fe7196591eeffc83424232b01e6581ae4b8ea (diff)
downloadupstream-6691444d9aaa866f4b76baa26e850b6f7cb990a1.tar.gz
upstream-6691444d9aaa866f4b76baa26e850b6f7cb990a1.tar.bz2
upstream-6691444d9aaa866f4b76baa26e850b6f7cb990a1.zip
make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that hostapd/wpa_supplicant can make it optional
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25518 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r--package/madwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index bb621ddf33..5b0342a53b 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -165,7 +165,7 @@ define KernelPackage/madwifi
TITLE:=Driver for Atheros wireless chipsets
URL:=http://madwifi-project.org/
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
- DEPENDS:=+wireless-tools @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_etrax||TARGET_octeon||TARGET_pxcab||TARGET_sibyte)||BROKEN)
+ DEPENDS:=+wireless-tools @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_etrax||TARGET_octeon||TARGET_pxcab||TARGET_sibyte)||BROKEN) +@DRIVER_WEXT_SUPPORT
FILES:=$(MADWIFI_FILES)
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
MENU:=1