From 40692f0fb55ca5bd2426701b3a9e64e3b7487a7d Mon Sep 17 00:00:00 2001 From: Chen Minqiang Date: Fri, 30 Nov 2018 18:48:49 +0800 Subject: 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 --- target/linux/ramips/mt7620/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/mt7620') 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. -- cgit v1.2.3