projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
035848f
)
ar71xx: fix hw id of tl-wr710n image (#19902)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Jun 2015 09:42:00 +0000
(09:42 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Jun 2015 09:42:00 +0000
(09:42 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r46032
SVN-Revision: 46033
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index 580a64078668138820df2c08eab93404731f8988..187fdb60aef72815b702fa98cb035fe0b6745313 100644
(file)
--- 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 := 0x0710000
1
+ TPLINK_HWID := 0x0710000
2
CONSOLE := ttyATH0,115200
endef