mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 02:44:45 +00:00
fix error from last commit
SVN-Revision: 13296
This commit is contained in:
parent
1bc6841c8d
commit
fabfe77cd8
@ -258,7 +258,7 @@ static int __init ifxmips_set_ethaddr(char *str)
|
||||
goto out;
|
||||
if ((i != 5) && (str[(3 * i) + 2] != ':'))
|
||||
goto out;
|
||||
ifxmips_ethaddr[i] = strict_strtoul(&str[3 * i], NULL, 16);
|
||||
ifxmips_ethaddr[i] = simple_strtoul(&str[3 * i], NULL, 16);
|
||||
}
|
||||
if (is_valid_ether_addr(ifxmips_ethaddr))
|
||||
cmdline_mac = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user