Skip to content
Snippets Groups Projects
Commit 4ecd6510 authored by Adrian Schmutzler's avatar Adrian Schmutzler
Browse files

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: 40692f0f ("ramips: mt7620: select only the matching mt76 driver")

Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent b4d3110a
No related branches found
No related tags found
No related merge requests found
...@@ -871,7 +871,6 @@ define Device/tplink_archer-c20i ...@@ -871,7 +871,6 @@ define Device/tplink_archer-c20i
TPLINK_HWID := 0xc2000001 TPLINK_HWID := 0xc2000001
TPLINK_HWREV := 58 TPLINK_HWREV := 58
IMAGES += factory.bin IMAGES += factory.bin
DEVICE_PACKAGES := kmod-mt76x0e
DEVICE_MODEL := Archer C20i DEVICE_MODEL := Archer C20i
DEVICE_PACKAGES := kmod-mt76x0e kmod-usb2 kmod-usb-ohci DEVICE_PACKAGES := kmod-mt76x0e kmod-usb2 kmod-usb-ohci
SUPPORTED_DEVICES += c20i SUPPORTED_DEVICES += c20i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment