Author: nbd Date: 2015-11-07 13:51:43 +0100 (Sat, 07 Nov 2015) New Revision: 47406
Modified: trunk/target/linux/ar71xx/image/Makefile Log: 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 <[email protected]> Signed-off-by: Matthias Schiffer <[email protected]> Modified: trunk/target/linux/ar71xx/image/Makefile =================================================================== --- trunk/target/linux/ar71xx/image/Makefile 2015-11-07 12:51:39 UTC (rev 47405) +++ trunk/target/linux/ar71xx/image/Makefile 2015-11-07 12:51:43 UTC (rev 47406) @@ -804,8 +804,15 @@ 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) BOARDNAME := TL-WR2543N _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
