Combining an OpenWRT router and a USB-to-Ethernet converter in a single device
Hi All,
Please consider the following standard arrangement:
Laptop -> USB-to-Ethernet converter -> RJ45 cable -> OpenWRT router -> RJ45 cable -> ISP hardware (Modem, ONT, etc)
I am looking to create a device that combines the converter and the router, like so:
Laptop -> USB cable -> NewAwesomeOpenWRTRouter -> RJ45 -> ISP hardware.
I want the USB cable to provide power to the router AND also to appear as a network interface.
I have looked at travel routers. As far as I can determine, all are designed with their USB ports as Host. This makes sense, as they are intended to be used with external drives or for USB tethering.
So now I'm looking at assorted SBCs (e.g. Raspberry Pi), hoping that a USB-OTG port could be configured to serve the role of the USB-to-Ethernet converter. But I don't know if OpenWRT can be used that way. I'm comfortable with Linux but not a networking guru by any means...
Thanks for reading! Any ideas or guidance for me?