Skip to content
Snippets Groups Projects
Commit 0e0a4932 authored by John Crispin's avatar John Crispin
Browse files

breaks when building for powerpc

SVN-Revision: 33150
parent 73049532
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk ...@@ -25,7 +25,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)&&!arm +kmod-mac80211 DEPENDS:=@(PCI_SUPPORT||TARGET_ar7)&&!arm&&!powerpc +kmod-mac80211
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211) AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
MENU:=1 MENU:=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment