ar71xx: TL-WR1043ND support cleanup
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index ba4b0a2..9eea471 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,9 @@ ar71xx_board_name() {
        *TEW-632BRP)
                name="tew-632brp"
                ;;
+       *TL-WR1043ND)
+               name="tl-wr1043nd"
+               ;;
        *TL-WR741ND)
                name="tl-wr741nd"
                ;;
This page took 0.022651 seconds and 4 git commands to generate.