projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41ad052
)
mac80211: disable rt2x00 on mt7620a
author
John Crispin
<john@openwrt.org>
Thu, 27 Jun 2013 07:25:13 +0000
(07:25 +0000)
committer
John Crispin
<john@openwrt.org>
Thu, 27 Jun 2013 07:25:13 +0000
(07:25 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37037
package/kernel/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mac80211/Makefile
b/package/kernel/mac80211/Makefile
index 4d9d95cd2fa35ce8acc87e93e8707e9728893c39..10f540554dcb4036f1b2df65e5f68ecd1625033e 100644
(file)
--- a/
package/kernel/mac80211/Makefile
+++ b/
package/kernel/mac80211/Makefile
@@
-255,7
+255,7
@@
endef
define KernelPackage/rt2x00-soc
$(call KernelPackage/rt2x00/Default)
- DEPENDS+= @TARGET_ramips +kmod-rt2x00-mmio +kmod-rt2x00-lib
+ DEPENDS+= @TARGET_ramips
@!TARGET_ramips_mt7620a
+kmod-rt2x00-mmio +kmod-rt2x00-lib
TITLE+= (SoC)
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko
AUTOLOAD:=$(call AutoLoad,26,rt2x00soc)