ramips: add all supported boards to lib/ramips.sh
authorGabor Juhos <juhosg@openwrt.org>
Sun, 3 Jul 2011 15:01:56 +0000 (15:01 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 3 Jul 2011 15:01:56 +0000 (15:01 +0000)
SVN-Revision: 27389

target/linux/ramips/base-files/lib/ramips.sh

index 8c64d6a8e78661d0f1a6acfa640dae94b86414f6..9e3e442c75df8f2b95ab7b18582d4bf605a5c3ad 100755 (executable)
@@ -10,23 +10,38 @@ ramips_board_name() {
        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$machine" in
+       *"Aztech HW550-3G")
+               name="hw550-3g"
+               ;;
        *"DIR-300 revB")
                name="dir-300-b1"
                ;;
+       *"F5D8235 v2")
+               name="f5d8235-v2"
+               ;;
        *"La Fonera 2.0N")
                name="fonera20n"
                ;;
+       *"MoFi Network MOFI3500-3GN")
+               name="mofi3500-3gn"
+               ;;
+       *"PWH2004")
+               name="pwh2004"
+               ;;
+       *"RT-N15")
+               name="rt-n15"
+               ;;
+       *"WCR-150GN")
+               name="wcr-150gn"
+               ;;
        *"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"