diff options
author | John Crispin <john@openwrt.org> | 2015-03-12 10:05:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-12 10:05:54 +0000 |
commit | 18e56262367d1696a590c89b2e5cb24a651c8388 (patch) | |
tree | ac5878c04182457c37a559cf8c4c385c278bee68 /package/kernel/acx-mac80211 | |
parent | 6b73cb12c810745e21ea80148f3623a3d5084618 (diff) | |
download | upstream-18e56262367d1696a590c89b2e5cb24a651c8388.tar.gz upstream-18e56262367d1696a590c89b2e5cb24a651c8388.tar.bz2 upstream-18e56262367d1696a590c89b2e5cb24a651c8388.zip |
acx-mac80211: fails to build on cobalt
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44687
Diffstat (limited to 'package/kernel/acx-mac80211')
-rw-r--r-- | package/kernel/acx-mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile index dfb73f71b8..1820e7abb3 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) @mipsel +kmod-mac80211 + DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @!TARGET_cobalt @mipsel +kmod-mac80211 FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko AUTOLOAD:=$(call AutoLoad,50,mac80211 acx-mac80211) MAINTAINER:=Florian Fainelli <florian@openwrt.org> |