Imre Kaloz wrote:
> Thanks, I've applied the Avila specific part as 300-avila_fetch_mac.patch.
> The runtime mac changing part broke networking, so I left that one out for  
> now.

the problem is, that the new kernel is initializing the npe before the
eeprom, and thus brings them up with no mac address set.

thats why I added the set_mac_address function and i'm calling it in the
initialization. you should get something stange now from
if ( (netdev = dev_get_by_name("eth0")) )
                        netdev->set_mac_address(netdev, &address);

I'll check that.
        Harald

> 
> Imre
> _______________________________________________
> openwrt-devel mailing list
> [email protected]
> http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to