aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-01-29 20:27:25 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-01-29 20:31:43 +0100
commita229907150e01d8c32293cc0a48630e7c4f0cb00 (patch)
tree8ab38b49909a943245aec2e08ee4f5a79dc2ea75
parent4668ae3beda63e67def807ccaaddb3c7a17627d4 (diff)
downloadupstream-a229907150e01d8c32293cc0a48630e7c4f0cb00.tar.gz
upstream-a229907150e01d8c32293cc0a48630e7c4f0cb00.tar.bz2
upstream-a229907150e01d8c32293cc0a48630e7c4f0cb00.zip
ramips: remove duplicate DEVICE_PACKAGES for TP-Link Archer C20i
DEVICE_PACKAGES is specified twice for the same device. Remove the first (=older) assignment. Fixes: 40692f0fb55c ("ramips: mt7620: select only the matching mt76 driver") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> (cherry picked from commit 4ecd6510bf8877dcd07561045852726ffbab8814)
-rw-r--r--target/linux/ramips/image/mt7620.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index fff10425a7..89723fbb52 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -94,7 +94,6 @@ define Device/ArcherC20i
TPLINK_HWID := 0xc2000001
TPLINK_HWREV := 58
IMAGES += factory.bin
- DEVICE_PACKAGES := kmod-mt76x0e
DEVICE_TITLE := TP-Link ArcherC20i
DEVICE_PACKAGES := kmod-mt76x0e kmod-usb2 kmod-usb-ohci
endef