Skip to content

Commit

Permalink
ar71xx: generate BR region-code factory image for TP-Link TL-WR940N
Browse files Browse the repository at this point in the history
Signed-off-by: Henryk Heisig <[email protected]>
  • Loading branch information
heinzek authored and blogic committed Dec 14, 2017
1 parent 3083cc6 commit 85c1644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/linux/ar71xx/image/tp-link.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85c1644

Please sign in to comment.