ramips: Add support for Omnima MiniPlug
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index f7e04b7391176c480ad257f795befdbf78d6461f..bb42ace621eead2360f3152694a9ccb9f07ebec7 100755 (executable)
@@ -121,6 +121,9 @@ ramips_board_detect() {
        *"ESR-9753")
                name="esr-9753"
                ;;
+       *"EASYACC WI-STOR WIZARD 8800")
+               name="wizard8800"
+               ;;
        *"Edimax BR-6475nD")
                name="br-6475nd"
                ;;
@@ -184,6 +187,9 @@ ramips_board_detect() {
        *"Omnima MiniEMBWiFi")
                name="omni-emb"
                ;;
+       *"Omnima MiniPlug")
+               name="omni-plug"
+               ;;
        *"Petatel PSR-680W"*)
                name="psr-680w"
                ;;
@@ -235,6 +241,9 @@ ramips_board_detect() {
        *"V22RW-2X2")
                name="v22rw-2x2"
                ;;
+       *"VoCore")
+               name="vocore"
+               ;;
        *"W502U")
                name="w502u"
                ;;
@@ -319,6 +328,12 @@ ramips_board_detect() {
        *"ZBT WR8305RT")
                name="wr8305rt"
                ;;
+       *"Lenovo Y1")
+               name="y1"
+               ;;
+       *"Lenovo Y1S")
+               name="y1s"
+               ;;
        *)
                name="generic"
                ;;