diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-04-17 15:45:52 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-06-15 20:03:32 +0200 |
commit | 2b3545720b7e091e09a2939a196d2e2670724f2a (patch) | |
tree | bb6bf6f9804cb7a15f907a43245674aa9853d624 /target/linux | |
parent | 82b78a96599677f44026fb83bfb1dfcab70d69e0 (diff) | |
download | upstream-2b3545720b7e091e09a2939a196d2e2670724f2a.tar.gz upstream-2b3545720b7e091e09a2939a196d2e2670724f2a.tar.bz2 upstream-2b3545720b7e091e09a2939a196d2e2670724f2a.zip |
ath79: Add SUPPORTED_DEVICES for Archer C7 v1/v2
The identifier for both devices is "archer-c7" on ar71xx, set here:
https://github.com/openwrt/openwrt/blob/master/target/linux/ar71xx/base-files/lib/ar71xx.sh#L348
https://github.com/openwrt/openwrt/blob/master/target/linux/ar71xx/base-files/lib/ar71xx.sh#L511
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/image/generic-tp-link.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index 8431e3a347..4757df49c6 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -81,6 +81,7 @@ define Device/tplink_archer-c7-v1 DEVICE_TITLE := TP-Link Archer C7 v1 DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct TPLINK_HWID := 0x75000001 + SUPPORTED_DEVICES += archer-c7 endef TARGET_DEVICES += tplink_archer-c7-v1 @@ -90,6 +91,7 @@ define Device/tplink_archer-c7-v2 DEVICE_TITLE := TP-Link Archer C7 v2 DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct TPLINK_HWID := 0xc7000002 + SUPPORTED_DEVICES += archer-c7 IMAGES += factory-us.bin factory-eu.bin IMAGE/factory-us.bin := append-rootfs | mktplinkfw factory -C US IMAGE/factory-eu.bin := append-rootfs | mktplinkfw factory -C EU |