projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adm5120: fix board detection
[openwrt.git]
/
target
/
linux
/
adm5120
/
base-files
/
lib
/
adm5120.sh
diff --git
a/target/linux/adm5120/base-files/lib/adm5120.sh
b/target/linux/adm5120/base-files/lib/adm5120.sh
index
fb0526e
..
06e2aac
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"*)
This page took
0.01895 seconds
and
4
git commands to generate.