mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-03 12:54:38 +00:00
ar71xx: fix typo in tl-wr710n mac setup (fixes #16469)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40840
This commit is contained in:
parent
d9bbeff7c8
commit
83dc560621
@ -86,7 +86,7 @@ static void __init common_setup(unsigned usb_power_gpio, bool sec_ethernet)
|
|||||||
|
|
||||||
if (sec_ethernet)
|
if (sec_ethernet)
|
||||||
{
|
{
|
||||||
ath79_init_mac(ath79_eth0_data.mac_addr, mac, -1);
|
ath79_init_mac(ath79_eth1_data.mac_addr, mac, -1);
|
||||||
ath79_register_eth(1);
|
ath79_register_eth(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user