How to Ensure Consistent Network Interface Assignments in OpenWrt?

The interfaces are listed in the order in which the hardware is discovered.
PCI NICs are typically stable, but USB NICs not so much.
You can automate the setup with scripting like this:
https://openwrt.org/docs/guide-user/base-system/hotplug#rename_interfaces_by_mac_address

2 Likes