diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-29 20:27:25 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-29 20:29:27 +0100 |
commit | 4ecd6510bf8877dcd07561045852726ffbab8814 (patch) | |
tree | 502981e7625dbebd6814c87ed38381e96b692283 /target/linux/ramips/image/mt7620.mk | |
parent | b4d3110ac1f1f1962f812ac139c437837a448cff (diff) | |
download | upstream-4ecd6510bf8877dcd07561045852726ffbab8814.tar.gz upstream-4ecd6510bf8877dcd07561045852726ffbab8814.tar.bz2 upstream-4ecd6510bf8877dcd07561045852726ffbab8814.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>
Diffstat (limited to 'target/linux/ramips/image/mt7620.mk')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 72310f9e7e..61f2c898f5 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -871,7 +871,6 @@ define Device/tplink_archer-c20i TPLINK_HWID := 0xc2000001 TPLINK_HWREV := 58 IMAGES += factory.bin - DEVICE_PACKAGES := kmod-mt76x0e DEVICE_MODEL := Archer C20i DEVICE_PACKAGES := kmod-mt76x0e kmod-usb2 kmod-usb-ohci SUPPORTED_DEVICES += c20i |