projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: update to version 3.0.3
[openwrt.git]
/
target
/
linux
/
ramips
/
base-files
/
lib
/
ramips.sh
diff --git
a/target/linux/ramips/base-files/lib/ramips.sh
b/target/linux/ramips/base-files/lib/ramips.sh
index
d081b8b
..
616e966
100755
(executable)
--- a/
target/linux/ramips/base-files/lib/ramips.sh
+++ b/
target/linux/ramips/base-files/lib/ramips.sh
@@
-10,6
+10,9
@@
ramips_board_name() {
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
case "$machine" in
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
case "$machine" in
+ *"Argus ATP-52B")
+ name="argus-atp52b"
+ ;;
*"Aztech HW550-3G")
name="hw550-3g"
;;
*"Aztech HW550-3G")
name="hw550-3g"
;;
@@
-31,6
+34,9
@@
ramips_board_name() {
*"MoFi Network MOFI3500-3GN")
name="mofi3500-3gn"
;;
*"MoFi Network MOFI3500-3GN")
name="mofi3500-3gn"
;;
+ *"NW718")
+ name="nw718"
+ ;;
*"PWH2004")
name="pwh2004"
;;
*"PWH2004")
name="pwh2004"
;;
This page took
0.029937 seconds
and
4
git commands to generate.