ar71xx: set eth0 mac address to match bottom label of the OM2P LC
Signed-off-by: marek@open-mesh.com CC: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36723
This commit is contained in:
parent
0842478e44
commit
93ce462b7e
1 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,8 @@ static void __init om2p_lc_setup(void)
|
||||||
ARRAY_SIZE(om2p_gpio_keys),
|
ARRAY_SIZE(om2p_gpio_keys),
|
||||||
om2p_gpio_keys);
|
om2p_gpio_keys);
|
||||||
|
|
||||||
ath79_init_mac(ath79_eth1_data.mac_addr, mac1, 0);
|
ath79_init_mac(ath79_eth0_data.mac_addr, mac1, 0);
|
||||||
ath79_init_mac(ath79_eth0_data.mac_addr, mac2, 0);
|
ath79_init_mac(ath79_eth1_data.mac_addr, mac2, 0);
|
||||||
|
|
||||||
ath79_register_mdio(0, 0x0);
|
ath79_register_mdio(0, 0x0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue