projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
998632b
)
ar71xx: generate region-coded factory images for TP-Link TL-WR841ND v11
author
Matthias Schiffer
<
[email protected]
>
Fri, 11 Nov 2016 02:29:59 +0000
(
03:29
+0100)
committer
Matthias Schiffer
<
[email protected]
>
Fri, 11 Nov 2016 02:29:59 +0000
(
03:29
+0100)
The latest stock firmwares for US and EU regions have started checking the
region code.
Tested-by: Andreas Ziegler <
[email protected]
>
Signed-off-by: Matthias Schiffer <
[email protected]
>
target/linux/ar71xx/image/tp-link.mk
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/tp-link.mk
b/target/linux/ar71xx/image/tp-link.mk
index f69424d5059a0de9f96993758e6fdbfcfe614c90..d04bac15bedbfca80e95fd92cb1148028fa764e0 100644
(file)
--- a/
target/linux/ar71xx/image/tp-link.mk
+++ b/
target/linux/ar71xx/image/tp-link.mk
@@
-623,6
+623,9
@@
define Device/tl-wr841-v11
BOARDNAME := TL-WR841N-v11
DEVICE_PROFILE := TLWR841
TPLINK_HWID := 0x08410011
+ IMAGES += factory-us.bin factory-eu.bin
+ IMAGE/factory-us.bin := append-rootfs | mktplinkfw factory -C US
+ IMAGE/factory-eu.bin := append-rootfs | mktplinkfw factory -C EU
endef
define Device/tl-wr842n-v1