ath79: add support for AVM FRITZ!WLAN Repeater 1750E
[oweals/openwrt.git] / target / linux / ath79 / generic / base-files / etc / board.d / 02_network
index 77855d7ab774adbfda9be3e8591e30f763bfa6de..96800d771f11f589928f3206a2e142bc826de721 100755 (executable)
@@ -13,6 +13,7 @@ ath79_setup_interfaces()
        adtran,bsap1840|\
        alfa-network,ap121f|\
        aruba,ap-105|\
+       avm,fritz1750e|\
        avm,fritz300e|\
        comfast,cf-wr752ac-v1|\
        devolo,dvl1200i|\
@@ -337,6 +338,9 @@ ath79_setup_macs()
        alfa-network,ap121f)
                label_mac=$(mtd_get_mac_binary art 0x1002)
                ;;
+       avm,fritz1750e)
+               label_mac=$(fritz_tffs -n macwlan -i $(find_mtd_part "tffs (1)"))
+               ;;
        avm,fritz300e)
                lan_mac=$(fritz_tffs -n maca -i $(find_mtd_part "tffs (1)"))
                label_mac=$(fritz_tffs -n macwlan -i $(find_mtd_part "tffs (1)"))