ramips: board support for Asus RT-N10+
[openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 07bdf16..3567209 100755 (executable)
@@ -98,12 +98,18 @@ ramips_board_name() {
        *"RT-G32 B1")
                name="rt-g32-b1"
                ;;
+       *"RT-N10+")
+               name="rt-n10-plus"
+               ;;
        *"RT-N15")
                name="rt-n15"
                ;;
        *"RT-N56U")
                name="rt-n56u"
                ;;
+       *"Skyline SL-R7205"*)
+               name="sl-r7205"
+               ;;
        *"Sparklan WCR-150GN")
                name="wcr-150gn"
                ;;
This page took 0.020483 seconds and 4 git commands to generate.