projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89b7583
)
ar71xx: fix PB44 board detection
author
Gabor Juhos
<juhosg@openwrt.org>
Sun, 15 Jul 2012 17:52:50 +0000
(17:52 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sun, 15 Jul 2012 17:52:50 +0000
(17:52 +0000)
SVN-Revision: 32737
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 8c83356ce11f4da40381111711995cff829ef6df..4d21caf979acaf48ab49d1f69fd56768f7910e9a 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-234,7
+234,7
@@
ar71xx_board_detect() {
*PB42)
name="pb42"
;;
- *
PB44
)
+ *
"PB44 reference board"
)
name="pb44"
;;
*PB92)