ramips: Add support for Phicomm PSG1208
[openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 62a79c5..c6c32fe 100755 (executable)
@@ -154,6 +154,9 @@ ramips_board_detect() {
        *"ESR-9753")
                name="esr-9753"
                ;;
+       *"EX2700")
+               name="ex2700";
+               ;;
        *"F5D8235 v1")
                name="f5d8235-v1"
                ;;
@@ -205,7 +208,7 @@ ramips_board_detect() {
        *"M4")
                name="m4"
                ;;
-       *"MediaTek LinkIt Smart7688")
+       *"MediaTek LinkIt Smart 7688")
                linkit="$(dd bs=1 skip=1024 count=12 if=/dev/mtd2 2> /dev/null)"
                if [ "${linkit}" = "LINKITS7688D" ]; then
                        name="linkits7688d"
@@ -289,6 +292,9 @@ ramips_board_detect() {
        *"PBR-M1")
                name="pbr-m1"
                ;;
+       *"PSG1208")
+               name="psg1208"
+               ;;
        *"PSR-680W"*)
                name="psr-680w"
                ;;
@@ -349,6 +355,9 @@ ramips_board_detect() {
        *"TEW-692GR")
                name="tew-692gr"
                ;;
+       *"UBNT-ERX")
+               name="ubnt-erx"
+               ;;
        *"UR-326N4G")
                name="ur-326n4g"
                ;;
@@ -376,6 +385,9 @@ ramips_board_detect() {
        *"WCR-150GN")
                name="wcr-150gn"
                ;;
+       *"WF-2881")
+               name="wf-2881"
+               ;;
        *"WHR-1166D")
                name="whr-1166d"
                ;;
@@ -388,12 +400,15 @@ ramips_board_detect() {
        *"WHR-G300N")
                name="whr-g300n"
                ;;
+       *"WiTi")
+                name="witi"
+               ;;
        *"WIZARD 8800")
                name="wizard8800"
                ;;
        *"WizFi630A")
                name="wizfi630a"
-               ;;                
+               ;;
        *"WL-330N")
                name="wl-330n"
                ;;
@@ -424,6 +439,12 @@ ramips_board_detect() {
        *"WRTNODE")
                name="wrtnode"
                ;;
+       *"WRTnode2R")
+               name="wrtnode2r"
+               ;;
+       *"WRTnode2P")
+               name="wrtnode2p"
+               ;;
        *"WSR-1166DHP")
                name="wsr-1166"
                ;;
@@ -460,6 +481,9 @@ ramips_board_detect() {
        *"ZBT-WR8305RT")
                name="zbt-wr8305rt"
                ;;
+       *"YK1")
+               name="youku-yk1"
+               ;;
        *)
                name="generic"
                ;;