ath79: add support for AVM FRITZ!WLAN Repeater DVB-C
[openwrt/staging/981213.git] / target / linux / ath79 / generic / base-files / lib / preinit / 10_fix_eth_mac.sh
index 61577a376b402a20467b46d70c8ecbe534f42943..c5d9cd536fe1d1c23ab28ba2c88e5174385792cd 100644 (file)
@@ -3,7 +3,8 @@
 preinit_set_mac_address() {
        case $(board_name) in
        avm,fritz1750e|\
-       avm,fritz450e)
+       avm,fritz450e|\
+       avm,fritzdvbc)
                ip link set dev eth0 address $(fritz_tffs -n maca -i $(find_mtd_part "tffs (1)"))
                ;;
        dlink,dap-2695-a1)