My Bootup time is being doubled because of the system waiting for ethernet to come up.
Is there anyway of preventing this block and allow the system to bootup whether or not the ethernet adapter is ready ?
$this->bbcode_second_pass_code('', '
[ 6.590192] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[ 11.296474] net eth0: initializing cpsw version 1.12 (0)
[ 11.300683] net eth0: phy found : id is : 0x7c0f1
[ 11.300721] libphy: PHY 4a101000.mdio:01 not found
[ 11.305853] net eth0: phy 4a101000.mdio:01 not found on slave 1
[ 11.335108] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 14.376884] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[ 14.376957] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
')