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
8c64d6a
..
616e966
100755
(executable)
--- a/
target/linux/ramips/base-files/lib/ramips.sh
+++ b/
target/linux/ramips/base-files/lib/ramips.sh
@@
-10,23
+10,53
@@
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
- *"DIR-300 revB")
+ *"Argus ATP-52B")
+ name="argus-atp52b"
+ ;;
+ *"Aztech HW550-3G")
+ name="hw550-3g"
+ ;;
+ *"DIR-300 B1")
name="dir-300-b1"
;;
name="dir-300-b1"
;;
+ *"DIR-600 B1")
+ name="dir-600-b1"
+ ;;
+ *"DIR-600 B2")
+ name="dir-600-b2"
+ ;;
+ *"F5D8235 v2")
+ name="f5d8235-v2"
+ ;;
*"La Fonera 2.0N")
name="fonera20n"
;;
*"La Fonera 2.0N")
name="fonera20n"
;;
+ *"MoFi Network MOFI3500-3GN")
+ name="mofi3500-3gn"
+ ;;
+ *"NW718")
+ name="nw718"
+ ;;
+ *"PWH2004")
+ name="pwh2004"
+ ;;
+ *"RT-G32 B1")
+ name="rt-g32-b1"
+ ;;
+ *"RT-N15")
+ name="rt-n15"
+ ;;
+ *"WCR-150GN")
+ name="wcr-150gn"
+ ;;
*"V22RW-2X2")
name="v22rw-2x2"
;;
*"WHR-G300N")
name="whr-g300n"
;;
*"V22RW-2X2")
name="v22rw-2x2"
;;
*"WHR-G300N")
name="whr-g300n"
;;
- *"Aztech HW550-3G")
- name="hw550-3g"
- ;;
- *"MoFi Network MOFI3500-3GN")
- name="mofi3500-3gn"
+ *"WZR-AGL300NH")
+ name="wzr-agl300nh"
;;
*)
name="generic"
;;
*)
name="generic"
This page took
0.021723 seconds
and
4
git commands to generate.