From 8e5cf2e472918cbe5820360a88a8ebf6a85e2370 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 15 Dec 2014 09:51:31 +0000 Subject: [PATCH] madwifi: mark as broken, it has been found to cause kernel crashes even when not attached to a device Signed-off-by: Felix Fietkau SVN-Revision: 43712 --- net/madwifi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/madwifi/Makefile b/net/madwifi/Makefile index 1607946ee0..b1b013a548 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 +hostapd-common-old + 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 @BROKEN FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) MENU:=1 -- 2.30.2