base-files: rename ethernet devs on known boards
authorMartin Kennedy <hurricos@gmail.com>
Mon, 22 Aug 2022 00:37:18 +0000 (20:37 -0400)
committerPaul Spooren <mail@aparcar.org>
Sat, 10 Sep 2022 19:16:20 +0000 (21:16 +0200)
commitb688bf83f9d6084b00719672ec197faf7adb493e
treea0dc842780d51cd5b8aafe8b140f24d8cb642357
parentfee31628c422e71c5ab0985ce10e960dad3c87f2
base-files: rename ethernet devs on known boards

Some platforms lack an established way to name netdevs; for example,
on x86, PCIe-based ethernet interfaces will be named starting from
eth0 in the order they are probed. This is a problem for many devices
supported explicitly by OpenWrt which have hard-wired, standalone or
on-CPU NICs not supported by DSA (which is usually used to rename the
ports based on their ostensible function).

To fix this, add a mapping between ethernet device name and sysfs
device path to board.json; this allows us to configure ethernet device
names we know about for a given board so that they correspond to
external labeling.

Signed-off-by: Martin Kennedy <hurricos@gmail.com>
package/base-files/files/lib/functions/uci-defaults.sh
package/base-files/files/lib/preinit/10_indicate_preinit