diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-09-15 19:24:58 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-09-15 19:34:28 +0200 |
commit | 01e2024754915558fd3e2a87aa7d27ae53ee24dc (patch) | |
tree | 51fc1fe0aca5a558dcaefcbee3674905702765b4 | |
parent | b063faa2c8f3a5a9019ae58d91d70c757cd23415 (diff) | |
download | upstream-01e2024754915558fd3e2a87aa7d27ae53ee24dc.tar.gz upstream-01e2024754915558fd3e2a87aa7d27ae53ee24dc.tar.bz2 upstream-01e2024754915558fd3e2a87aa7d27ae53ee24dc.zip |
ar71xx: set region code of TP-Link TL-WDR3600/4300 to US
There are currently two stock firmwares for the TL-WDR3600/4300, a US and
a universal version. Both allow installing images with US region code, so
we don't need to provide multiple images.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
-rw-r--r-- | target/linux/ar71xx/image/tp-link.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk index 3d756e53e2..da96813167 100644 --- a/target/linux/ar71xx/image/tp-link.mk +++ b/target/linux/ar71xx/image/tp-link.mk @@ -116,6 +116,7 @@ $(Device/tplink-8mlzma) BOARDNAME := TL-WDR4300 DEVICE_PROFILE := TLWDR4300 TPLINK_HWID := 0x43000001 + IMAGE/factory.bin := append-rootfs | mktplinkfw factory -C US endef define Device/tl-wdr3500-v1 @@ -134,6 +135,7 @@ $(Device/tplink-8mlzma) BOARDNAME := TL-WDR4300 DEVICE_PROFILE := TLWDR4300 TPLINK_HWID := 0x36000001 + IMAGE/factory.bin := append-rootfs | mktplinkfw factory -C US endef define Device/tl-wdr4300-v1-il |