diff options
author | Chen Minqiang <ptpt52@gmail.com> | 2018-11-30 18:10:29 +0800 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-06 12:17:25 +0100 |
commit | 295b37d207815c196761198a2c61bfa94bee2a54 (patch) | |
tree | 857eab3adfa4dfac67b6e2136ca438d2b0ab06d7 /target/linux/ramips/mt76x8 | |
parent | c36ec336a3bd275f64c6b73c2df1b7fec2e11ad5 (diff) | |
download | upstream-295b37d207815c196761198a2c61bfa94bee2a54.tar.gz upstream-295b37d207815c196761198a2c61bfa94bee2a54.tar.bz2 upstream-295b37d207815c196761198a2c61bfa94bee2a54.zip |
ramips: mt76x8: select only the matching mt76 driver
Select the matching mt76 driver for the PCI wireless of the following
devices:
- HiWiFi HC5861B
- Mercury MAC1200R v2.0
- Netgear AC1200 R6120
- Buffalo WCR-1166DS
- ZyXEL Keenetic Extra II
- Wavlink WL-WN575A3
Because every device has selected the corresponding mt76 driver, we can
include kmod-mt7603 instead of the mt76 metapackage, which used for the
wireless of the mt7628 and mt7688 WiSoC.
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
[select kmod-mt7603 as target default package, add wireless driver for
WL-WN575A3]
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/mt76x8')
-rw-r--r-- | target/linux/ramips/mt76x8/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt76x8/target.mk b/target/linux/ramips/mt76x8/target.mk index ef2f878868..4fc448915c 100644 --- a/target/linux/ramips/mt76x8/target.mk +++ b/target/linux/ramips/mt76x8/target.mk @@ -7,7 +7,7 @@ BOARDNAME:=MT76x8 based boards FEATURES+=usb CPU_TYPE:=24kc -DEFAULT_PACKAGES += kmod-mt76 wpad-basic +DEFAULT_PACKAGES += kmod-mt7603 wpad-basic define Target/Description Build firmware images for Ralink MT76x8 based boards. |