ath79: fix MAC addresses for ethernet on ZyXEL NBG6716
[openwrt/openwrt.git] / target / linux / ath79 / nand / base-files / etc / board.d / 02_network
index 1626ec31cacbc6196a1f65087eb1748fbf494616..b2191eed92f9fab380aabd78a23d8543a55053ba 100755 (executable)
@@ -48,10 +48,6 @@ ath79_setup_macs()
        netgear,wndr4500-v3)
                wan_mac=$(mtd_get_mac_binary caldata 0x6)
                ;;
-       zyxel,nbg6716)
-               lan_mac=$(macaddr_add $(mtd_get_mac_ascii u-boot-env ethaddr) +2)
-               wan_mac=$(macaddr_add $(mtd_get_mac_ascii u-boot-env ethaddr) +3)
-               ;;
        esac
 
        [ -n "$lan_mac" ] && ucidef_set_interface_macaddr "lan" $lan_mac