mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-15 15:12:17 +00:00
kernel/modules: make sure igb loads at boot
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: 7e0e5110bc90 ("kernel: add igb kernel module") Signed-off-by: Chris Blake <chrisrblake93@gmail.com> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
96ec70c886
commit
a0e2ed517b
@ -657,7 +657,7 @@ define KernelPackage/igb
|
|||||||
CONFIG_IGB_HWMON=y \
|
CONFIG_IGB_HWMON=y \
|
||||||
CONFIG_IGB_DCA=n
|
CONFIG_IGB_DCA=n
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/intel/igb/igb.ko
|
FILES:=$(LINUX_DIR)/drivers/net/ethernet/intel/igb/igb.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,35,igb)
|
AUTOLOAD:=$(call AutoLoad,35,igb,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/igb/description
|
define KernelPackage/igb/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user