Browse Source

acx-mac80211: mark as BROKEN to avoid compile failure on mipsel targets

Matthias Schiffer 8 years ago
parent
commit
6110d3d444

+ 17 - 0
patches/openwrt/0042-acx-mac80211-mark-as-BROKEN-to-avoid-compile-failure-on-mipsel-targets.patch

@@ -0,0 +1,17 @@
+From: Matthias Schiffer <mschiffer@universe-factory.net>
+Date: Sat, 28 Nov 2015 22:40:40 +0100
+Subject: acx-mac80211: mark as BROKEN to avoid compile failure on mipsel targets
+
+diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile
+index 1820e7a..fb17a46 100644
+--- a/package/kernel/acx-mac80211/Makefile
++++ b/package/kernel/acx-mac80211/Makefile
+@@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/package.mk
+ define KernelPackage/acx-mac80211
+   SUBMENU:=Wireless Drivers
+   TITLE:=ACX1xx mac80211 driver
+-  DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @!TARGET_cobalt @mipsel +kmod-mac80211
++  DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @!TARGET_cobalt @mipsel +kmod-mac80211 @BROKEN
+   FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko
+   AUTOLOAD:=$(call AutoLoad,50,mac80211 acx-mac80211)
+   MAINTAINER:=Florian Fainelli <florian@openwrt.org>