projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a87343
)
adm5120: fix board detection
author
Gabor Juhos
<juhosg@openwrt.org>
Sun, 3 Jan 2010 12:14:14 +0000
(12:14 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sun, 3 Jan 2010 12:14:14 +0000
(12:14 +0000)
SVN-Revision: 19015
target/linux/adm5120/base-files/lib/adm5120.sh
patch
|
blob
|
history
diff --git
a/target/linux/adm5120/base-files/lib/adm5120.sh
b/target/linux/adm5120/base-files/lib/adm5120.sh
index fb0526e402d40ef8ad06c6a9080f8357de342bb1..06e2aac2dd9e0144e24e9ea4c1109352bda82cda 100755
(executable)
--- a/
target/linux/adm5120/base-files/lib/adm5120.sh
+++ b/
target/linux/adm5120/base-files/lib/adm5120.sh
@@
-9,7
+9,7
@@
status_led=""
sys_mtd_part=""
adm5120_detect() {
- board_name=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /
system typ
e/ {print $2}' /proc/cpuinfo)
+ board_name=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /
machin
e/ {print $2}' /proc/cpuinfo)
case "$board_name" in
"Cellvision"*)