The BeagleBoard-xM uses the generic linux-armv7 kernel, which unfortunately, doesn't have the smsc95xx ethernet driver built-in but as a module. This precludes me from having the root mounted from NFS, and I need to do this since my sd cards are failing.
My questions are:
* would it be unrealistic to add CONFIG_USB_NET_SMSC95XX=y in the armv7 kernel?
* any ideas how to make an initramfs from my x86 host?
* other ideas?