loop: load loop module early

This commit is contained in:
hanwckf 2024-10-14 00:15:32 +08:00
parent ff51fe9dc6
commit 69436c0411

View File

@ -465,7 +465,7 @@ define KernelPackage/loop
CONFIG_BLK_DEV_LOOP \
CONFIG_BLK_DEV_CRYPTOLOOP=n
FILES:=$(LINUX_DIR)/drivers/block/loop.ko
AUTOLOAD:=$(call AutoLoad,30,loop)
AUTOLOAD:=$(call AutoLoad,30,loop,1)
endef
define KernelPackage/loop/description