diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-08-09 12:19:34 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-08-09 12:19:34 +0000 |
commit | b4b0adb79d29b11201a7d50ce98b0b027574f512 (patch) | |
tree | 563fcf4bf3c3da07d83379b8a545510a1f2bc6ba /package/madwifi | |
parent | d43ad87c444b5350b0901b4b5888c483806fde43 (diff) | |
download | upstream-b4b0adb79d29b11201a7d50ce98b0b027574f512.tar.gz upstream-b4b0adb79d29b11201a7d50ce98b0b027574f512.tar.bz2 upstream-b4b0adb79d29b11201a7d50ce98b0b027574f512.zip |
package/madwifi: mark as broken for linux 3.1
Madwifi does not compile because of VLAN API changes.
SVN-Revision: 27937
Diffstat (limited to 'package/madwifi')
-rw-r--r-- | package/madwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 31a89c3d63..73ae4e81de 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -162,7 +162,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) +@DRIVER_WEXT_SUPPORT + DEPENDS:=+wireless-tools @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_etrax||TARGET_octeon||TARGET_pxcab||TARGET_sibyte||LINUX_3_1)||BROKEN) +@DRIVER_WEXT_SUPPORT FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) MENU:=1 |