[ifxmips] fix error from last commit
authorthl <thl@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Nov 2008 19:04:00 +0000 (19:04 +0000)
committerthl <thl@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Nov 2008 19:04:00 +0000 (19:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13296 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ifxmips/files/arch/mips/ifxmips/board.c

index d8f19076145d790c38306bfa389f3bb89685be53..937737968cbeb9a2e5aa2b372439f156d440862b 100644 (file)
@@ -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;