mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-03 07:54:00 +01:00
mediatek: TP-Link EAP683-UR support
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
The TP-Link EAP683-UR is identical to the EAP683-LR. Add it as ALT0
variant.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit 708dcca80a)
This commit is contained in:
parent
07a8ae37c2
commit
dbb6f0b547
1 changed files with 2 additions and 0 deletions
|
|
@ -2705,6 +2705,8 @@ TARGET_DEVICES += tplink_be450
|
|||
define Device/tplink_eap683-lr
|
||||
DEVICE_VENDOR := TP-Link
|
||||
DEVICE_MODEL := EAP683-LR
|
||||
DEVICE_ALT0_VENDOR := TP-Link
|
||||
DEVICE_ALT0_MODEL := EAP683-UR
|
||||
DEVICE_DTS := mt7986a-tplink-eap683-lr
|
||||
DEVICE_DTS_DIR := ../dts
|
||||
DEVICE_PACKAGES := kmod-mt7915e kmod-mt7986-firmware mt7986-wo-firmware
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue