aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-06-26 00:43:03 +0000
committerNicolas Thill <nico@openwrt.org>2015-06-26 00:43:03 +0000
commit0aa351196ae3c5262b38a61dab6d1672b4070a2f (patch)
tree946a5ac73375408f56258e61d74e506e75d13ad2 /package/kernel/mac80211/Makefile
parent2b1964181c9182bf57981d5ab7c9f04752f30417 (diff)
downloadupstream-0aa351196ae3c5262b38a61dab6d1672b4070a2f.tar.gz
upstream-0aa351196ae3c5262b38a61dab6d1672b4070a2f.tar.bz2
upstream-0aa351196ae3c5262b38a61dab6d1672b4070a2f.zip
mac80211: fix build on UML
A duplicate include guard prevents inclusion of barrier.h in UML build and this prevents mac80211 from building. This patch re-enables mac80211 hwsim and renames the include guard. See https://lists.openwrt.org/pipermail/openwrt-devel/2015-June/033614.html for details. Signed-off-by: Martin Tippmann <martin.tippmann@gmail.com> Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 46133
Diffstat (limited to 'package/kernel/mac80211/Makefile')
-rw-r--r--package/kernel/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 344fbd80c5..be26348a13 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -60,7 +60,7 @@ define KernelPackage/mac80211/Default
SUBMENU:=$(WMENU)
URL:=https://wireless.wiki.kernel.org/
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
- DEPENDS:=@!TARGET_uml @!LINUX_4_1
+ DEPENDS:=@!LINUX_4_1
endef
define KernelPackage/cfg80211