1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-02 00:51:21 +02:00

setup mac address on the WNR2000

SVN-Revision: 16450
This commit is contained in:
Gabor Juhos 2009-06-14 11:38:26 +00:00
parent a352413d20
commit c94dcb755e

@ -127,6 +127,9 @@ static struct gpio_button wnr2000_gpio_buttons[] __initdata = {
static void __init wnr2000_setup(void)
{
u8 *mac = (u8 *) KSEG1ADDR(0x1fff1000);
ar71xx_set_mac_base(mac);
ar71xx_add_device_mdio(0x0);
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;