Author: blogic Date: 2016-04-21 21:47:22 +0200 (Thu, 21 Apr 2016) New Revision: 49217
Modified: trunk/target/linux/ar71xx/image/Makefile Log: ar71xx: build TP-LINK Archer C7 images with US region code Since December 2015, the Archer C7 comes with an US-specific firmware. This firmware will only allow upgrades with images that contain the US region code in the firmware header. The "universal" firmware distributed in the rest of the world doesn't care about the region code, so we can just unconditionally set the region to US for now. When other region-specific firmwares appear, we'll need to create a factory image for each of them. Signed-off-by: Matthias Schiffer <[email protected]> Modified: trunk/target/linux/ar71xx/image/Makefile =================================================================== --- trunk/target/linux/ar71xx/image/Makefile 2016-04-21 19:47:19 UTC (rev 49216) +++ trunk/target/linux/ar71xx/image/Makefile 2016-04-21 19:47:22 UTC (rev 49217) @@ -414,6 +414,7 @@ BOARDNAME := ARCHER-C7 DEVICE_PROFILE := ARCHERC7 TPLINK_HWID := 0xc7000002 + IMAGE/factory.bin := append-rootfs | mktplinkfw factory -C US endef define Device/tl-wdr7500-v3 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
