projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d7ab0f
)
ar71xx: fix hw id of tl-wr710n image (#19902)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Jun 2015 09:41:23 +0000
(09:41 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Jun 2015 09:41:23 +0000
(09:41 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46032
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index 21d0d66bff622fe0e4e8fcee7fe0fa65de235df6..0e46194e751161ec079a447bdb6e4f857cdbf3e9 100644
(file)
--- 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 := 0x0710000
1
+ TPLINK_HWID := 0x0710000
2
CONSOLE := ttyATH0,115200
endef