aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-18 09:42:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-18 09:42:00 +0000
commit7f3d26f38dbdd2e89bab08a36e3959b914d4110a (patch)
tree7fe1c0ff6e3504b71c48c2327f205bdd36a093c3 /target/linux/ar71xx
parent8488011ff5c29684d0514f2e9719bc2ccf6f0636 (diff)
downloadupstream-7f3d26f38dbdd2e89bab08a36e3959b914d4110a.tar.gz
upstream-7f3d26f38dbdd2e89bab08a36e3959b914d4110a.tar.bz2
upstream-7f3d26f38dbdd2e89bab08a36e3959b914d4110a.zip
ar71xx: fix hw id of tl-wr710n image (#19902)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r46032 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46033 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-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 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