[target] ar71xx: fix WNDR3700 image generation
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index ba4b0a2..e73bb7f 100755 (executable)
@@ -19,8 +19,8 @@ ar71xx_board_name() {
        *AW-NR580)
                name="aw-nr580"
                ;;
-       *DIR825B1)
-               name="dir825b1"
+       *"DIR-825 rev. B1")
+               name="dir-825-b1"
                ;;
        *"Bullet M")
                name="bullet-m"
@@ -67,6 +67,12 @@ ar71xx_board_name() {
        *TEW-632BRP)
                name="tew-632brp"
                ;;
+       *TL-WR1043ND)
+               name="tl-wr1043nd"
+               ;;
+       *"DIR-615 rev. C1")
+               name="dir-615-c1"
+               ;;
        *TL-WR741ND)
                name="tl-wr741nd"
                ;;
This page took 0.022939 seconds and 4 git commands to generate.