X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fimage%2FMakefile;h=09e5394fd93a90c55515888e512c3de88e1dac1e;hb=b9d5ee877cced14c55bcf32fc2fa10c8a2218041;hp=29e5064909e6282b28eaf4c5b518e8c01fe5634b;hpb=946c07b9adf377038cc7acd3664100a60b481a41;p=openwrt.git diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 29e5064909..09e5394fd9 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -804,7 +804,14 @@ define Device/tl-wr1043nd-v2 DEVICE_PROFILE := TLWR1043 TPLINK_HWID := 0x10430002 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 $(Device/tplink-8mlzma)