mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 19:11:53 +02:00
[package] acx-mac80211: depend on mipsel, not mips since AR7 is low endian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33201 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6e8e0d9fa8
commit
dd81cc2e9e
@ -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) @mips +kmod-mac80211
|
DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @mipsel +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
|
||||||
|
Loading…
Reference in New Issue
Block a user