diff options
author | John Crispin <john@openwrt.org> | 2016-04-21 19:47:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-21 19:47:22 +0000 |
commit | 5099a0d3863fdc2f92ce0b55bb47affabb6838a7 (patch) | |
tree | a7d312b8b8328dc317eed6ed1bc90774a47b29f4 /target/linux/ar71xx/image/Makefile | |
parent | b225de37bc223474123dd1ef21d9eba2c11ca76c (diff) | |
download | upstream-5099a0d3863fdc2f92ce0b55bb47affabb6838a7.tar.gz upstream-5099a0d3863fdc2f92ce0b55bb47affabb6838a7.tar.bz2 upstream-5099a0d3863fdc2f92ce0b55bb47affabb6838a7.zip |
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 <mschiffer@universe-factory.net>
SVN-Revision: 49217
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 2699b64878..2b2e868822 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -414,6 +414,7 @@ define Device/archer-c7-v2 BOARDNAME := ARCHER-C7 DEVICE_PROFILE := ARCHERC7 TPLINK_HWID := 0xc7000002 + IMAGE/factory.bin := append-rootfs | mktplinkfw factory -C US endef define Device/tl-wdr7500-v3 |