Hi I wanted to add the marvell network driver to a custom os build but I can't seem to get it to appear in the compiled usb image.
I can get an image on the usb and boot from it but there is no network detected on my motherboard.
So I've tried to add the marvell drivers to the kernel config but these drivers don't appear when I rebuild the image.
This is the workflow I'm using to try and add the marvell ethernet drivers
- cros_sdk
- cd /path/to/kernel
- cros_workon --board=x86-generic start sys-kernel/chromeos-kernel
- ./chromeos/scripts/prepareconfig chromiumos-x86_64
- ./chromeos/scripts/kernelconfig editconfig # mark the marvell ethernet drivers with 'M'
- cd /path/to/scripts
- ./build_packages --board=x86-generic
- ./image_to_usb.sh --board=x86-generic
But the marvell drivers never appear in /lib/modules/3.4.0/kernel/drivers/net/ethernet
what am I missing?
do i need to copy the drivers manually in to the image?
thanks