summaryrefslogtreecommitdiff
path: root/package/mac80211
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2011-08-28 10:17:26 +0000
committerJonas Gorski <jogo@openwrt.org>2011-08-28 10:17:26 +0000
commit45d80c30a223e17a6e938ddb6bfab48642e684ce (patch)
treea3e4bb283fab009a6418c8693159c58434bc77bf /package/mac80211
parentce36543a7d724aec447ee4e09236bb95b5978635 (diff)
downloadmtk-20170518-45d80c30a223e17a6e938ddb6bfab48642e684ce.zip
mtk-20170518-45d80c30a223e17a6e938ddb6bfab48642e684ce.tar.gz
mtk-20170518-45d80c30a223e17a6e938ddb6bfab48642e684ce.tar.bz2
mac80211: allow building for linux 3.1 again
wireless-testing 2011-08-26 properly detects and works with linux 3.1. SVN-Revision: 28096
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index d4bbff4..e2942f8 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -48,7 +48,7 @@ define KernelPackage/mac80211/Default
SUBMENU:=$(WMENU)
URL:=http://linuxwireless.org/
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
- DEPENDS:=@(!(TARGET_avr32||TARGET_ep93xx||TARGET_ps3||TARGET_pxcab||LINUX_3_1)||BROKEN)
+ DEPENDS:=@(!(TARGET_avr32||TARGET_ep93xx||TARGET_ps3||TARGET_pxcab)||BROKEN)
endef
define KernelPackage/cfg80211