acx-mac80211: fails to build on cobalt
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44687
This commit is contained in:
parent
6b73cb12c8
commit
18e5626236
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define KernelPackage/acx-mac80211
|
define KernelPackage/acx-mac80211
|
||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=ACX1xx mac80211 driver
|
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
|
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,50,mac80211 acx-mac80211)
|
AUTOLOAD:=$(call AutoLoad,50,mac80211 acx-mac80211)
|
||||||
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
||||||
|
|
Loading…
Reference in a new issue