ar71xx: generate region-coded factory images for TP-Link TL-WR841ND v11
The latest stock firmwares for US and EU regions have started checking the region code. Tested-by: Andreas Ziegler <ml@andreas-ziegler.de> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
998632bae2
commit
9cac5e8be0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue