projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddb29be
)
ar71xx: add model detection for the TL-WA830RE board
author
Gabor Juhos
<juhosg@openwrt.org>
Mon, 25 Feb 2013 20:37:33 +0000
(20:37 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Mon, 25 Feb 2013 20:37:33 +0000
(20:37 +0000)
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35788
target/linux/ar71xx/base-files/lib/ar71xx.sh
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/base-files/lib/ar71xx.sh
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index a9c03b6955633cf4f8890772e9bdd18e7c905ccb..71bf58e05bc372226cb673489356557736a1aadc 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-90,6
+90,9
@@
tplink_board_detect() {
"080100"*)
model="TP-Link TL-WA801N/ND"
;;
+ "083000"*)
+ model="TP-Link TL-WA830RE"
+ ;;
"084100"*)
model="TP-Link TL-WR841N/ND"
;;