From: Felix Fietkau Date: Mon, 16 Dec 2013 18:42:47 +0000 (+0000) Subject: madwifi: add a dependency on hostapd-common-old X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=f919b9cd9f221187c24d723e48b5646d97c4a0a8 madwifi: add a dependency on hostapd-common-old Signed-off-by: Felix Fietkau SVN-Revision: 39104 --- diff --git a/net/madwifi/Makefile b/net/madwifi/Makefile index d177cf8a7f..1607946ee0 100644 --- a/net/madwifi/Makefile +++ b/net/madwifi/Makefile @@ -162,7 +162,7 @@ define KernelPackage/madwifi SUBMENU:=Wireless Drivers TITLE:=Driver for Atheros wireless chipsets URL:=http://madwifi-project.org/ - DEPENDS:=+wireless-tools @PCI_SUPPORT @(!(TARGET_avr32||TARGET_brcm63xx||TARGET_cobalt||TARGET_ep93xx||TARGET_etrax||TARGET_octeon||TARGET_pxcab||TARGET_sibyte)||BROKEN) +@DRIVER_WEXT_SUPPORT + DEPENDS:=+wireless-tools @PCI_SUPPORT @(!(TARGET_avr32||TARGET_brcm63xx||TARGET_cobalt||TARGET_ep93xx||TARGET_etrax||TARGET_octeon||TARGET_pxcab||TARGET_sibyte)||BROKEN) +@DRIVER_WEXT_SUPPORT +hostapd-common-old FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) MENU:=1