aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-07-01 10:26:21 +0000
committerJohn Crispin <blogic@openwrt.org>2014-07-01 10:26:21 +0000
commit2369dc9d546d895341d04b8eb92e8005a83cc682 (patch)
tree614b4820c74981b5ee84a679720283e4c8c50ba7
parenta45b9cfc442e5f94d80a0c09fda65126cbd35810 (diff)
downloadmaster-187ad058-2369dc9d546d895341d04b8eb92e8005a83cc682.tar.gz
master-187ad058-2369dc9d546d895341d04b8eb92e8005a83cc682.tar.bz2
master-187ad058-2369dc9d546d895341d04b8eb92e8005a83cc682.zip
mac80211: enable driver compilation for mt7620
Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41442 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 e260993b89..417b269753 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -322,7 +322,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_mt7620n||TARGET_ramips_mt7620a) +kmod-rt2800-mmio +kmod-rt2800-lib
TITLE += (RT28xx/RT3xxx SoC)
FILES := \
$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko \