[ar71xx] init mac address on the WRT160NL board (thanks to Gerry Rozema for testing)
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 7643a1a..6ef7605 100755 (executable)
@@ -13,6 +13,9 @@ ar71xx_board_name() {
        *AP81)
                name="ap81"
                ;;
+       *AP83)
+               name="ap83"
+               ;;
        *AW-NR580)
                name="aw-nr580"
                ;;
@@ -49,6 +52,9 @@ ar71xx_board_name() {
        *TEW-632BRP)
                name="tew-632brp"
                ;;
+       *TL-WR741ND)
+               name="tl-wr741nd"
+               ;;
        *TL-WR941ND)
                name="tl-wr941nd"
                ;;
This page took 0.021902 seconds and 4 git commands to generate.