The source project of this merge request has been removed.
Revert ef866fdb
This reverts merge request !34 (merged)
This previous patch is not correct. It will output the last found connected Ethernet card. However, the function Select_eth_device is to find ALL of the connected Ethernet cards. Later in the function Device_from_bootif from 9990-networking.sh it will test all the connected Ethernet cards to get the IP address from DHCP server since we have no idea which one is connected to DHCP server.