[source] ar71xx: generate BR region-code factory image for TP-Link TL-WR940N
LEDE Commits
lede-commits at lists.infradead.org
Thu Dec 14 00:29:57 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/85c1644a86f83cab0ae5626fcf9ae3d5b00ffdde
commit 85c1644a86f83cab0ae5626fcf9ae3d5b00ffdde
Author: Henryk Heisig <hyniu at o2.pl>
AuthorDate: Thu Dec 7 21:30:24 2017 +0100
ar71xx: generate BR region-code factory image for TP-Link TL-WR940N
Signed-off-by: Henryk Heisig <hyniu at o2.pl>
---
target/linux/ar71xx/image/tp-link.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk
index 30dabf1..18178a3 100644
--- a/target/linux/ar71xx/image/tp-link.mk
+++ b/target/linux/ar71xx/image/tp-link.mk
@@ -1159,9 +1159,10 @@ define Device/tl-wr940n-v4
BOARDNAME := TL-WR940N-v4
DEVICE_PROFILE := TLWR941
TPLINK_HWID := 0x09400004
- IMAGES += factory-us.bin factory-eu.bin
+ IMAGES += factory-us.bin factory-eu.bin factory-br.bin
IMAGE/factory-us.bin := append-rootfs | mktplinkfw factory -C US
IMAGE/factory-eu.bin := append-rootfs | mktplinkfw factory -C EU
+ IMAGE/factory-br.bin := append-rootfs | mktplinkfw factory -C BR
endef
TARGET_DEVICES += tl-wr940n-v4
More information about the lede-commits
mailing list