diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-28 10:17:26 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-28 10:17:26 +0000 |
commit | 2ce07e9d02f539ae5dbeed3cb228a8846b6deb78 (patch) | |
tree | 09b2cad962c1c32b31968cacd4a94f6bbac6070f /package/mac80211/Makefile | |
parent | fc1e480da7ad3b709d1beda1866b72b078ff2118 (diff) |
mac80211: allow building for linux 3.1 again
wireless-testing 2011-08-26 properly detects and works with linux 3.1.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28096 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index d4bbff495f..e2942f8fbc 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 |