projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df47e4c
)
ar71xx: Correct WeIO board name
author
John Crispin
<john@openwrt.org>
Mon, 5 Oct 2015 10:25:40 +0000
(10:25 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 5 Oct 2015 10:25:40 +0000
(10:25 +0000)
Trivial parch to correct WeIO board name in the system.
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
SVN-Revision: 47110
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 ad98cfbae67c98dfaf21beecf88514d76e6181f5..4679a4bf21ea2ad7f346f90a035953abd89f7bf0 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-850,7
+850,7
@@
ar71xx_board_detect() {
*"UniFi AP Pro")
name="uap-pro"
;;
-
*"WeIO"
)
+
"WeIO"*
)
name="weio"
;;
*WHR-G301N)