aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-09-08 15:14:03 +0000
committerJohn Crispin <blogic@openwrt.org>2014-09-08 15:14:03 +0000
commitddee3a1bd13dbb2de8264d83159dc20a4b6ca0bf (patch)
tree83247f2345b0d1ca55d66a361a1df66f32b4419e
parent7614b78a0b7507792118eb7beff5606b42d03d18 (diff)
downloadupstream-ddee3a1bd13dbb2de8264d83159dc20a4b6ca0bf.tar.gz
upstream-ddee3a1bd13dbb2de8264d83159dc20a4b6ca0bf.tar.bz2
upstream-ddee3a1bd13dbb2de8264d83159dc20a4b6ca0bf.zip
mac80211: add mt7620a/n to the rt2x00 depends list
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42441 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/kernel/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 5ed4c11691..b96e782f54 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -328,7 +328,7 @@ endef
define KernelPackage/rt2800-soc
$(call KernelPackage/rt2x00/Default)
- DEPENDS += @(TARGET_ramips_rt288x||TARGET_ramips_rt305x||TARGET_ramips_rt3883) +kmod-rt2800-mmio +kmod-rt2800-lib
+ DEPENDS += @(TARGET_ramips_rt288x||TARGET_ramips_rt305x||TARGET_ramips_rt3883||TARGET_ramips_mt7620a||TARGET_ramips_mt7620n) +kmod-rt2800-mmio +kmod-rt2800-lib
TITLE += (RT28xx/RT3xxx SoC)
FILES := \
$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko \