aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7620
diff options
context:
space:
mode:
authorChen Minqiang <ptpt52@gmail.com>2018-11-30 18:48:49 +0800
committerMathias Kresin <dev@kresin.me>2018-12-03 15:34:56 +0100
commit40692f0fb55ca5bd2426701b3a9e64e3b7487a7d (patch)
treea5476da4ec9aff26b71f2bd6dc798953b44918fe /target/linux/ramips/mt7620
parent7a32a73e52f074eabffdac66eb987e1908228d36 (diff)
downloadupstream-40692f0fb55ca5bd2426701b3a9e64e3b7487a7d.tar.gz
upstream-40692f0fb55ca5bd2426701b3a9e64e3b7487a7d.tar.bz2
upstream-40692f0fb55ca5bd2426701b3a9e64e3b7487a7d.zip
ramips: mt7620: select only the matching mt76 driver
Because every device has selected the corresponding mt76 driver, we can now disable the mt76 metapackage by default to make sure that other devices (those don't need mt76) avoid selecting unwanted packages. We can find the hardware specifies and determine the dependencies on these sites: https://wikidevi.com/wiki/ https://openwrt.org/toh/hwdata/ Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Diffstat (limited to 'target/linux/ramips/mt7620')
-rw-r--r--target/linux/ramips/mt7620/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7620/target.mk b/target/linux/ramips/mt7620/target.mk
index b58cdcbc1f..544254604e 100644
--- a/target/linux/ramips/mt7620/target.mk
+++ b/target/linux/ramips/mt7620/target.mk
@@ -7,7 +7,7 @@ BOARDNAME:=MT7620 based boards
FEATURES+=usb
CPU_TYPE:=24kc
-DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc kmod-mt76 wpad-basic
+DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc wpad-basic
define Target/Description
Build firmware images for Ralink MT7620 based boards.