aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-18 09:41:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-18 09:41:23 +0000
commit6fcccabb54121f488ed68514dc71174bd3c82ef4 (patch)
tree2b7faf94a7ae94adb9fbe12394c1c990c9875f42 /target
parentaf776ef5bc28acdf329871b96ce1ebcc125cb881 (diff)
downloadmaster-187ad058-6fcccabb54121f488ed68514dc71174bd3c82ef4.tar.gz
master-187ad058-6fcccabb54121f488ed68514dc71174bd3c82ef4.tar.bz2
master-187ad058-6fcccabb54121f488ed68514dc71174bd3c82ef4.zip
ar71xx: fix hw id of tl-wr710n image (#19902)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46032 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 21d0d66bff..0e46194e75 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -473,7 +473,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