ar71xx: use the new ar7240 switch driver on the DIR-600-A1 as well (fixes #7563)
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-dir-615-c1.c
index 9c302f79fc6c98bb434ae29eaba8fd75f697bd99..260397bf2c6dd9e5a86ef3114c7dd79261687ed4 100644 (file)
@@ -142,7 +142,8 @@ static void __init dir_615c1_setup(void)
 
        if (nvram_parse_mac_addr(config, DIR_615C1_CONFIG_SIZE,
                                 "lan_mac=", mac) == 0) {
-               ar71xx_set_mac_base(mac);
+               ar71xx_init_mac(ar71xx_eth0_data.mac_addr, mac, 0);
+               ar71xx_init_mac(ar71xx_eth1_data.mac_addr, mac, 1);
                wlan_mac = mac;
        }