diff options
author | John Crispin <john@openwrt.org> | 2014-11-19 09:19:38 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-19 09:19:38 +0000 |
commit | 510ff1f1b8f7ee28986cb08381b02392847296ac (patch) | |
tree | ee0ea54f4e50265260493e2b4e5e50eb3b7cddd7 /package | |
parent | 047f1c8dcac0e1802d357fba3f790b9956c123f9 (diff) | |
download | upstream-510ff1f1b8f7ee28986cb08381b02392847296ac.tar.gz upstream-510ff1f1b8f7ee28986cb08381b02392847296ac.tar.bz2 upstream-510ff1f1b8f7ee28986cb08381b02392847296ac.zip |
ralink: merge the mt7620a/n subtargets
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43300
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index b5f15bf2c5..007eb75833 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||TARGET_ramips_mt7620n||TARGET_ramips_mt7620a) +kmod-rt2800-mmio +kmod-rt2800-lib + DEPENDS += @(TARGET_ramips_rt288x||TARGET_ramips_rt305x||TARGET_ramips_rt3883||TARGET_ramips_mt7620) +kmod-rt2800-mmio +kmod-rt2800-lib TITLE += (RT28xx/RT3xxx SoC) FILES := \ $(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko \ |