Skip to content
Snippets Groups Projects
Unverified Commit 01e20247 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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: default avatarMatthias Schiffer <mschiffer@universe-factory.net>
parent b063faa2
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,7 @@ $(Device/tplink-8mlzma) ...@@ -116,6 +116,7 @@ $(Device/tplink-8mlzma)
BOARDNAME := TL-WDR4300 BOARDNAME := TL-WDR4300
DEVICE_PROFILE := TLWDR4300 DEVICE_PROFILE := TLWDR4300
TPLINK_HWID := 0x43000001 TPLINK_HWID := 0x43000001
IMAGE/factory.bin := append-rootfs | mktplinkfw factory -C US
endef endef
define Device/tl-wdr3500-v1 define Device/tl-wdr3500-v1
...@@ -134,6 +135,7 @@ $(Device/tplink-8mlzma) ...@@ -134,6 +135,7 @@ $(Device/tplink-8mlzma)
BOARDNAME := TL-WDR4300 BOARDNAME := TL-WDR4300
DEVICE_PROFILE := TLWDR4300 DEVICE_PROFILE := TLWDR4300
TPLINK_HWID := 0x36000001 TPLINK_HWID := 0x36000001
IMAGE/factory.bin := append-rootfs | mktplinkfw factory -C US
endef endef
define Device/tl-wdr4300-v1-il define Device/tl-wdr4300-v1-il
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment