ar71xx: fix db120 board detection
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 9f11722..3ce422e 100755 (executable)
@@ -160,12 +160,15 @@ ar71xx_board_detect() {
        *AW-NR580)
                name="aw-nr580"
                ;;
-       *DB120)
+       *"DB120 reference board")
                name="db120"
                ;;
        *"DIR-600 rev. A1")
                name="dir-600-a1"
                ;;
+       *"DIR-615 rev. E4")
+               name="dir-615-e4"
+               ;;
        *"DIR-825 rev. B1")
                name="dir-825-b1"
                ;;
@@ -253,6 +256,9 @@ ar71xx_board_detect() {
        *TEW-632BRP)
                name="tew-632brp"
                ;;
+       *TEW-673GRU)
+               name="tew-673gru"
+               ;;
        *TL-WR1043ND)
                name="tl-wr1043nd"
                ;;
This page took 0.024167 seconds and 4 git commands to generate.