From 9b6296a968a29fd9e4434bbd2c416b3e18b4a9c2 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 2 May 2016 18:50:48 +0000 Subject: ar71xx: add TP-Link TL-WR810N support This patch adds support for the TP-Link TL-WR810N. https://wiki.openwrt.org/toh/tp-link/tl-wr810n Signed-off-by: Jens Steinhauser git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49286 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/image/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/ar71xx/image/Makefile') diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 3bf005f50a..bc8a4a8ec7 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -799,6 +799,14 @@ define Device/tl-wr741nd-v5 CONSOLE := ttyATH0,115200 endef +define Device/tl-wr810n + $(Device/tplink-8mlzma) + BOARDNAME := TL-WR810N + DEVICE_PROFILE := TLWR810 + TPLINK_HWID := 0x08100001 +endef +TARGET_DEVICES += tl-wr810n + define Device/tl-wr743nd-v1 $(Device/tplink-4m) BOARDNAME := TL-WR741ND -- cgit v1.2.3