diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-11-25 14:35:49 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-11-25 15:24:49 +0100 |
commit | 7c4251d88172489a3cdb94529f0d99bf2ab904d8 (patch) | |
tree | f07b8de079559ab0d6a6a76873d9cc3cdd6ab5ce /target/linux/ramips/image/mt7620.mk | |
parent | 51c094e7032b45522cc7060858196881e161e615 (diff) | |
download | upstream-7c4251d88172489a3cdb94529f0d99bf2ab904d8.tar.gz upstream-7c4251d88172489a3cdb94529f0d99bf2ab904d8.tar.bz2 upstream-7c4251d88172489a3cdb94529f0d99bf2ab904d8.zip |
ramips: select kmod-mt76x0e for TP-Link ArcherC20i and wr902ac-v3
Both devices come with a MediaTek MT7610E 5GHz 802.11ac 1T1R radio
which wasn't supported at the time the devices were added to OpenWrt.
Now that we got it, include kmod-mt76x0e in images for those devices.
Reported-by: Arian Sanusi <openwrt@semioptimal.net>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/ramips/image/mt7620.mk')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index b0d2b2a8f9..b5d73f60c7 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -49,6 +49,7 @@ define Device/ArcherC20i TPLINK_HWID := 0xc2000001 TPLINK_HWREV := 58 IMAGES += factory.bin + DEVICE_PACKAGES := kmod-mt76x0e DEVICE_TITLE := TP-Link ArcherC20i endef TARGET_DEVICES += ArcherC20i |