Skip to content

Commit

Permalink
kernel/modules: make sure igb loads at boot
Browse files Browse the repository at this point in the history
Without loading the igb at boot, the recovery wouldn't have
network available. All network drivers should be loaded before
etc/board.d/02_network is called. Note that other network drivers
already have this set, such as tg3.

Fixes: 7e0e511 ("kernel: add igb kernel module")
Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
  • Loading branch information
riptidewave93 authored and aparcar committed Jun 21, 2021
1 parent 92ac2a2 commit f1e4115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/netdevices.mk
Expand Up @@ -657,7 +657,7 @@ define KernelPackage/igb
CONFIG_IGB_HWMON=y \
CONFIG_IGB_DCA=n
FILES:=$(LINUX_DIR)/drivers/net/ethernet/intel/igb/igb.ko
AUTOLOAD:=$(call AutoLoad,35,igb)
AUTOLOAD:=$(call AutoLoad,35,igb,1)
endef

define KernelPackage/igb/description
Expand Down

0 comments on commit f1e4115

Please sign in to comment.