mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
ar71xx: fix tl-wr710n images (#19692)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45756
This commit is contained in:
parent
27aada7658
commit
7c5c213621
@ -412,7 +412,7 @@ endef
|
|||||||
|
|
||||||
define Device/tl-wr710n-v1
|
define Device/tl-wr710n-v1
|
||||||
$(Device/tplink-8mlzma)
|
$(Device/tplink-8mlzma)
|
||||||
BOARDNAME := TL-WR710NV1
|
BOARDNAME := TL-WR710N
|
||||||
DEVICE_PROFILE := TLWR710
|
DEVICE_PROFILE := TLWR710
|
||||||
TPLINK_HWID := 0x07100001
|
TPLINK_HWID := 0x07100001
|
||||||
CONSOLE := ttyATH0,115200
|
CONSOLE := ttyATH0,115200
|
||||||
@ -420,7 +420,7 @@ endef
|
|||||||
|
|
||||||
define Device/tl-wr710n-v2
|
define Device/tl-wr710n-v2
|
||||||
$(Device/tplink-4mlzma)
|
$(Device/tplink-4mlzma)
|
||||||
BOARDNAME := TL-WR710NV2
|
BOARDNAME := TL-WR710N
|
||||||
DEVICE_PROFILE := TLWR710
|
DEVICE_PROFILE := TLWR710
|
||||||
TPLINK_HWID := 0x07100001
|
TPLINK_HWID := 0x07100001
|
||||||
CONSOLE := ttyATH0,115200
|
CONSOLE := ttyATH0,115200
|
||||||
|
Loading…
Reference in New Issue
Block a user