ar71xx: add support for the TP-LINK TL-WR1043ND v3
The hardware of the v3 is identical to the v2. Based-on-patch-by: Andreas Ziegler <github@andreas-ziegler.de> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 47406
This commit is contained in:
parent
ae7e7239b8
commit
846b8593fc
1 changed files with 8 additions and 1 deletions
|
@ -804,7 +804,14 @@ define Device/tl-wr1043nd-v2
|
||||||
DEVICE_PROFILE := TLWR1043
|
DEVICE_PROFILE := TLWR1043
|
||||||
TPLINK_HWID := 0x10430002
|
TPLINK_HWID := 0x10430002
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += tl-wr1043nd-v1 tl-wr1043nd-v2
|
|
||||||
|
define Device/tl-wr1043nd-v3
|
||||||
|
$(Device/tplink-8mlzma)
|
||||||
|
BOARDNAME := TL-WR1043ND-v2
|
||||||
|
DEVICE_PROFILE := TLWR1043
|
||||||
|
TPLINK_HWID := 0x10430003
|
||||||
|
endef
|
||||||
|
TARGET_DEVICES += tl-wr1043nd-v1 tl-wr1043nd-v2 tl-wr1043nd-v3
|
||||||
|
|
||||||
define Device/tl-wr2543-v1
|
define Device/tl-wr2543-v1
|
||||||
$(Device/tplink-8mlzma)
|
$(Device/tplink-8mlzma)
|
||||||
|
|
Loading…
Reference in a new issue