Netgear R6100 support
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index a3cefc504346ea658db1d32c796731d42069a740..8dde6ef7072cfe25dfb534451848589cb584fff2 100755 (executable)
@@ -305,6 +305,9 @@ ar71xx_board_detect() {
        *"DB120 reference board")
                name="db120"
                ;;
+       *"DHP-1565 rev. A1")
+               name="dhp-1565-a1"
+               ;;
        *"DIR-505 rev. A1")
                name="dir-505-a1"
                ;;
@@ -392,6 +395,12 @@ ar71xx_board_detect() {
        *MR600)
                name="mr600"
                ;;
+       *MR900)
+               name="mr900"
+               ;;
+       *MR900v2)
+               name="mr900v2"
+               ;;
        *"My Net N600")
                name="mynet-n600"
                ;;
@@ -692,6 +701,9 @@ ar71xx_board_detect() {
        *"WNDR3700/WNDR3800/WNDRMAC")
                wndr3700_board_detect "$machine"
                ;;
+       *"R6100")
+               name="r6100"
+               ;;
        *"WNDR3700v4")
                name="wndr3700v4"
                ;;