I have two (old) fixed-ethernet-usb-adapter, which work on Ubuntu on my laptop, with the drivers dm9601 resp rtl8150.
Does the output below mean those drivers are included in your busybox? Or is that just the linux source, and do I have to go into makemenuconfig (or what is is called) to include them?
sander@brixit:~/git/licheerv-boot-build$ find . | grep -e rtl8150 -e dm9601
./linux/drivers/net/usb/rtl8150.c
./linux/drivers/net/usb/dm9601.c
I have two (old) fixed-ethernet-usb-adapter, which work on Ubuntu on my laptop, with the drivers dm9601 resp rtl8150.
Does the output below mean those drivers are included in your busybox? Or is that just the linux source, and do I have to go into makemenuconfig (or what is is called) to include them?