Browse Source

mac80211: disable for uml

Signed-off-by: Steven Barth <[email protected]>

SVN-Revision: 44953
Steven Barth 10 years ago
parent
commit
321ff8d516
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/mac80211/Makefile

+ 1 - 1
package/kernel/mac80211/Makefile

@@ -60,7 +60,7 @@ define KernelPackage/mac80211/Default
   SUBMENU:=$(WMENU)
   URL:=https://wireless.wiki.kernel.org/
   MAINTAINER:=Felix Fietkau <[email protected]>
-  DEPENDS:=@(!TARGET_avr32||BROKEN)
+  DEPENDS:=@(!TARGET_avr32||BROKEN) @!TARGET_uml
 endef
 
 define KernelPackage/cfg80211