kernel: modules: add boot flag to igc, mlx4, and mlx5 drivers
authorTil Kaiser <mail@tk154.de>
Sun, 29 Sep 2024 14:54:54 +0000 (16:54 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 19 Oct 2024 17:10:56 +0000 (19:10 +0200)
commit0a47d518df0d758e8d3b31264cb0428d57c362c3
tree8d1d56f52d471a1532479feaf20ded1cadb60fef
parent2d6e433e1d2a3884ed6767ba00f5ed97472c8c3d
kernel: modules: add boot flag to igc, mlx4, and mlx5 drivers

Set the boot flag for the igc, mlx4-core, and mlx5-core network device drivers
to load them at a more early stage of the boot process.

This is required for network drivers whose network interface PCI paths are set
via ucidef_set_network_device_path inside the 02_network script since it is
called after kernel modules are loaded from modules-boot.d but before they are
loaded from the modules.d directory.

Signed-off-by: Til Kaiser <mail@tk154.de>
Link: https://github.com/openwrt/openwrt/pull/16560
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/linux/modules/netdevices.mk