diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-07-12 19:22:51 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-07-12 21:34:33 +0200 |
commit | d0ec502510c6f2618213fb9cab8e8046156ae72c (patch) | |
tree | 46119cdb59a9f05d80aef88ebcee1762fb0ce3fc /target/linux/ar71xx/image/tp-link.mk | |
parent | 7896d7b81499b9edc6a6fd2ce1a1e3585992a2fe (diff) | |
download | upstream-d0ec502510c6f2618213fb9cab8e8046156ae72c.tar.gz upstream-d0ec502510c6f2618213fb9cab8e8046156ae72c.tar.bz2 upstream-d0ec502510c6f2618213fb9cab8e8046156ae72c.zip |
ar71xx: set US region code for TP-Link TL-WR710N v1 image
Non-US versions of the TP-Link TL-WR710N v1 don't have a region code so
far, so we can just set US unconditionally.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target/linux/ar71xx/image/tp-link.mk')
-rw-r--r-- | target/linux/ar71xx/image/tp-link.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk index 1c88f434a6..312152f33a 100644 --- a/target/linux/ar71xx/image/tp-link.mk +++ b/target/linux/ar71xx/image/tp-link.mk @@ -441,6 +441,7 @@ define Device/tl-wr710n-v1 DEVICE_PROFILE := TLWR710 TPLINK_HWID := 0x07100001 CONSOLE := ttyATH0,115200 + IMAGE/factory.bin := append-rootfs | mktplinkfw factory -C US endef define Device/tl-wr710n-v2 |