mgalemin / buildroot

Buildroot 2011.05 for Beagleboard-xM.
GNU General Public License v2.0
9 stars 5 forks source link

Support for USB-to-Ethernet adapters #25

Closed mgalemin closed 12 years ago

mgalemin commented 12 years ago

Due to the known issue with instability of an on-board Ethernet adapter in case of usage of mt9p031 camera module with simultaneous streaming to the network as a possible workaround additional USB-to-Ethernet adapter can be used. Thus, support for the USB-to-Ethernet adapters needs to be added to the current Linux kernel.

mgalemin commented 12 years ago

commit c9a4e6877a8950727e42f2f1885830ce452b334b Author: Max Galemin maksim.galemin@gmail.com Date: Tue Mar 13 07:42:14 2012 +1100

Issue 25: Support for USB-to-Ethernet adapters

1. Added support for USB-to-Ethernet adapters to the Linux kernel.

M board/beagleboard/xm/linux-3.2.8.config

mgalemin commented 12 years ago

commit bcf055b182abb88c748cbcdba2ec2ede641f127f Merge: 5a7b1ed c9a4e68 Author: Max Galemin maksim.galemin@gmail.com Date: Tue Mar 13 08:12:30 2012 +1100

Merge branch 'Issue-25_Support_for_USB-to-Ethernet_adapters' into develop