ramips: Add support for Omnima MiniPlug
[openwrt-14.07/.git] / target / linux / ramips / base-files / lib / ramips.sh
index f7e04b7391176c480ad257f795befdbf78d6461f..d2a3d9faaf51ee609dd002cbae8b9a7c461ac0bf 100755 (executable)
@@ -184,6 +184,9 @@ ramips_board_detect() {
        *"Omnima MiniEMBWiFi")
                name="omni-emb"
                ;;
+       *"Omnima MiniPlug")
+               name="omni-plug"
+               ;;
        *"Petatel PSR-680W"*)
                name="psr-680w"
                ;;
@@ -319,6 +322,12 @@ ramips_board_detect() {
        *"ZBT WR8305RT")
                name="wr8305rt"
                ;;
+       *"Lenovo Y1")
+               name="y1"
+               ;;
+       *"Lenovo Y1S")
+               name="y1s"
+               ;;
        *)
                name="generic"
                ;;