ramips: rt305x: add add support for the Asus WL-330N board
[librecmc/librecmc.git] / target / linux / ramips / base-files / lib / ramips.sh
index 728f525d68fe5ab1f7bb9ce32ee41894d6768de6..6e1da23040bf605c635ed956efb5e1544ee189dd 100755 (executable)
@@ -53,6 +53,9 @@ ramips_board_name() {
        *"Argus ATP-52B")
                name="argus-atp52b"
                ;;
+       *"Asus WL-330N")
+               name="wl-330n"
+               ;;
        *"Aztech HW550-3G")
                name="hw550-3g"
                ;;
@@ -98,6 +101,9 @@ ramips_board_name() {
        *"RT-G32 B1")
                name="rt-g32-b1"
                ;;
+       *"RT-N10+")
+               name="rt-n10-plus"
+               ;;
        *"RT-N15")
                name="rt-n15"
                ;;
@@ -140,6 +146,9 @@ ramips_board_name() {
        *"AWB WR6202")
                name="wr6202"
                ;;
+       *"XDX RN502J")
+               name="xdxrn502j"
+               ;;
        *)
                name="generic"
                ;;