[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 728f525..1298ebd 100755 (executable)
@@ -50,9 +50,15 @@ ramips_board_name() {
        *"Allnet ALL0256N")
                name="all0256n"
                ;;
+       *"ARC FreeStation5")
+               name="freestation5"
+               ;;
        *"Argus ATP-52B")
                name="argus-atp52b"
                ;;
+       *"Asus WL-330N")
+               name="wl-330n"
+               ;;
        *"Aztech HW550-3G")
                name="hw550-3g"
                ;;
@@ -98,6 +104,9 @@ ramips_board_name() {
        *"RT-G32 B1")
                name="rt-g32-b1"
                ;;
+       *"RT-N10+")
+               name="rt-n10-plus"
+               ;;
        *"RT-N15")
                name="rt-n15"
                ;;
@@ -140,6 +149,9 @@ ramips_board_name() {
        *"AWB WR6202")
                name="wr6202"
                ;;
+       *"XDX RN502J")
+               name="xdxrn502j"
+               ;;
        *)
                name="generic"
                ;;
This page took 0.025963 seconds and 4 git commands to generate.