mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 23:40:15 +02:00
ramips: add all supported boards to lib/ramips.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27389 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f9e19ce202
commit
a6e5da490d
@ -10,23 +10,38 @@ ramips_board_name() {
|
|||||||
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
|
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
|
||||||
|
|
||||||
case "$machine" in
|
case "$machine" in
|
||||||
|
*"Aztech HW550-3G")
|
||||||
|
name="hw550-3g"
|
||||||
|
;;
|
||||||
*"DIR-300 revB")
|
*"DIR-300 revB")
|
||||||
name="dir-300-b1"
|
name="dir-300-b1"
|
||||||
;;
|
;;
|
||||||
|
*"F5D8235 v2")
|
||||||
|
name="f5d8235-v2"
|
||||||
|
;;
|
||||||
*"La Fonera 2.0N")
|
*"La Fonera 2.0N")
|
||||||
name="fonera20n"
|
name="fonera20n"
|
||||||
;;
|
;;
|
||||||
|
*"MoFi Network MOFI3500-3GN")
|
||||||
|
name="mofi3500-3gn"
|
||||||
|
;;
|
||||||
|
*"PWH2004")
|
||||||
|
name="pwh2004"
|
||||||
|
;;
|
||||||
|
*"RT-N15")
|
||||||
|
name="rt-n15"
|
||||||
|
;;
|
||||||
|
*"WCR-150GN")
|
||||||
|
name="wcr-150gn"
|
||||||
|
;;
|
||||||
*"V22RW-2X2")
|
*"V22RW-2X2")
|
||||||
name="v22rw-2x2"
|
name="v22rw-2x2"
|
||||||
;;
|
;;
|
||||||
*"WHR-G300N")
|
*"WHR-G300N")
|
||||||
name="whr-g300n"
|
name="whr-g300n"
|
||||||
;;
|
;;
|
||||||
*"Aztech HW550-3G")
|
*"WZR-AGL300NH")
|
||||||
name="hw550-3g"
|
name="wzr-agl300nh"
|
||||||
;;
|
|
||||||
*"MoFi Network MOFI3500-3GN")
|
|
||||||
name="mofi3500-3gn"
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
name="generic"
|
name="generic"
|
||||||
|
Loading…
Reference in New Issue
Block a user