aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-16 01:24:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-16 01:24:46 +0000
commitbcb38979773a221cbe1f1ba4a3093812f8d50a38 (patch)
tree4e5500fc0c89c7f614a0052619c10217793c2701 /package/acx-mac80211
parent5b566125cdf689ce675cfac150ef782c0d96cc69 (diff)
downloadmaster-187ad058-bcb38979773a221cbe1f1ba4a3093812f8d50a38.tar.gz
master-187ad058-bcb38979773a221cbe1f1ba4a3093812f8d50a38.tar.bz2
master-187ad058-bcb38979773a221cbe1f1ba4a3093812f8d50a38.zip
[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
Diffstat (limited to 'package/acx-mac80211')
-rw-r--r--package/acx-mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile
index d22a7eb120..1907c162fa 100644
--- a/package/acx-mac80211/Makefile
+++ b/package/acx-mac80211/Makefile
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/acx-mac80211
SUBMENU:=Wireless Drivers
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
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
MENU:=1