From: Felix Fietkau Date: Thu, 18 Jun 2015 09:42:00 +0000 (+0000) Subject: ar71xx: fix hw id of tl-wr710n image (#19902) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ff9d8d6c4eb45383cde1f5772d00ed76dd8d6f69;p=openwrt%2Fsvn-archive%2Fopenwrt.git ar71xx: fix hw id of tl-wr710n image (#19902) Signed-off-by: Felix Fietkau Backport of r46032 SVN-Revision: 46033 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 580a640786..187fdb60ae 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -422,7 +422,7 @@ define Device/tl-wr710n-v2 $(Device/tplink-4mlzma) BOARDNAME := TL-WR710N DEVICE_PROFILE := TLWR710 - TPLINK_HWID := 0x07100001 + TPLINK_HWID := 0x07100002 CONSOLE := ttyATH0,115200 endef