Author: blogic Date: 2015-12-11 16:05:20 +0100 (Fri, 11 Dec 2015) New Revision: 47849
Modified: trunk/target/linux/ar71xx/image/Makefile Log: ar71xx: build image for TL-WR710N v2.1 This patch just extends target/linux/ar71xx/image/Makefile to build images also for version 2.1 of TL-WR710N patch against the latest git Signed off by: Norbert Wegener <[email protected]> Modified: trunk/target/linux/ar71xx/image/Makefile =================================================================== --- trunk/target/linux/ar71xx/image/Makefile 2015-12-11 15:04:57 UTC (rev 47848) +++ trunk/target/linux/ar71xx/image/Makefile 2015-12-11 15:05:20 UTC (rev 47849) @@ -596,6 +596,15 @@ CONSOLE := ttyATH0,115200 endef +define Device/tl-wr710n-v2.1 + $(Device/tplink-8mlzma) + BOARDNAME := TL-WR710N + DEVICE_PROFILE := TLWR710 + TPLINK_HWID := 0x07100002 + TPLINK_HWREV := 0x00000002 + CONSOLE := ttyATH0,115200 +endef + define Device/tl-wr720n-v3 $(Device/tplink-4mlzma) BOARDNAME := TL-WR720N-v3 @@ -611,7 +620,7 @@ TPLINK_HWID := 0x07200104 CONSOLE := ttyATH0,115200 endef -TARGET_DEVICES += tl-wr703n-v1 tl-wr710n-v1 tl-wr710n-v2 tl-wr720n-v3 tl-wr720n-v4 +TARGET_DEVICES += tl-wr703n-v1 tl-wr710n-v1 tl-wr710n-v2 tl-wr710n-v2.1 tl-wr720n-v3 tl-wr720n-v4 define Device/tl-wr740n-v1 $(Device/tplink-4m) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
