Skip to content
Snippets Groups Projects
Commit 2b354572 authored by Adrian Schmutzler's avatar Adrian Schmutzler Committed by Christian Lamparter
Browse files
parent 82b78a96
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,7 @@ define Device/tplink_archer-c7-v1 ...@@ -81,6 +81,7 @@ define Device/tplink_archer-c7-v1
DEVICE_TITLE := TP-Link 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 DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct
TPLINK_HWID := 0x75000001 TPLINK_HWID := 0x75000001
SUPPORTED_DEVICES += archer-c7
endef endef
TARGET_DEVICES += tplink_archer-c7-v1 TARGET_DEVICES += tplink_archer-c7-v1
...@@ -90,6 +91,7 @@ define Device/tplink_archer-c7-v2 ...@@ -90,6 +91,7 @@ define Device/tplink_archer-c7-v2
DEVICE_TITLE := TP-Link 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 DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct
TPLINK_HWID := 0xc7000002 TPLINK_HWID := 0xc7000002
SUPPORTED_DEVICES += archer-c7
IMAGES += factory-us.bin factory-eu.bin IMAGES += factory-us.bin factory-eu.bin
IMAGE/factory-us.bin := append-rootfs | mktplinkfw factory -C US IMAGE/factory-us.bin := append-rootfs | mktplinkfw factory -C US
IMAGE/factory-eu.bin := append-rootfs | mktplinkfw factory -C EU IMAGE/factory-eu.bin := append-rootfs | mktplinkfw factory -C EU
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment