diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-29 10:51:05 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-29 10:51:05 +0000 |
commit | 9e82ce59881dfcb380705fc8ce6899546e99ca29 (patch) | |
tree | 174cbb43e0270725a0460166b3ac358f4b6ba39a | |
parent | 4cf06a885e8fa62a08f50d5a032a102652fb5cf4 (diff) | |
download | upstream-9e82ce59881dfcb380705fc8ce6899546e99ca29.tar.gz upstream-9e82ce59881dfcb380705fc8ce6899546e99ca29.tar.bz2 upstream-9e82ce59881dfcb380705fc8ce6899546e99ca29.zip |
rt2x00: disbale wifi on mt7620x until the lna/pna is fixed and the new eep layout is supported
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41878 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 8ffff10c04..5ed4c11691 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) +kmod-rt2800-mmio +kmod-rt2800-lib TITLE += (RT28xx/RT3xxx SoC) FILES := \ $(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko \ |