ramips: Add support for the NixCore X1 Module
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 567e5066f8dd0dfda0cc507cce14fe79f373b5d7..b6ccd5ace331c5a1e6c66e2dece296394dcbb925 100755 (executable)
@@ -82,6 +82,9 @@ ramips_board_detect() {
        *"C20i")
                name="c20i"
                ;;
+       *"C50")
+               name="c50"
+               ;;
        *"Carambola")
                name="carambola"
                ;;
@@ -319,6 +322,9 @@ ramips_board_detect() {
        *"NCS601W")
                name="ncs601w"
                ;;
+       *"NixcoreX1")
+               name="nixcore-x1"
+               ;;
        *"NW718")
                name="nw718"
                ;;
@@ -520,6 +526,9 @@ ramips_board_detect() {
        *"Y1S")
                name="y1s"
                ;;
+       *"ZBT-APE522II")
+               name="zbt-ape522ii"
+               ;;
        *"ZBT-WA05")
                name="zbt-wa05"
                ;;