ath79: add TP-Link TL-WR740N/ND v2 port

Signed-off-by: Alex Maclean <monkeh@monkeh.net>
This commit is contained in:
Alex Maclean
2018-05-30 14:18:53 +01:00
committed by John Crispin
parent fab3254b32
commit d215d0f9ae
5 changed files with 197 additions and 0 deletions

View File

@@ -1,2 +1,11 @@
include ./common-tp-link.mk
define Device/tl-wr740n-v2
$(Device/tplink-4m)
ATH_SOC := ar7240
DEVICE_TITLE := TP-Link TL-WR740N/ND v2
TPLINK_HWID := 0x07400001
SUPPORTED_DEVICES := tplink,tl-wr740n-v2 tl-wr740n-v2
endef
TARGET_DEVICES += tl-wr740n-v2