From: nbd Date: Sun, 29 Mar 2015 01:44:01 +0000 (+0000) Subject: kernel: add crc16 as boot module, it is required by ext4 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=946ef4ccd71b8302093ab0b270d94b06c20bc31d;p=openwrt.git kernel: add crc16 as boot module, it is required by ext4 Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45098 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/lib.mk b/package/kernel/linux/modules/lib.mk index 7c17a0a1f6..b3d3e4079b 100644 --- a/package/kernel/linux/modules/lib.mk +++ b/package/kernel/linux/modules/lib.mk @@ -72,7 +72,7 @@ define KernelPackage/lib-crc16 TITLE:=CRC16 support KCONFIG:=CONFIG_CRC16 FILES:=$(LINUX_DIR)/lib/crc16.ko - AUTOLOAD:=$(call AutoProbe,crc16) + AUTOLOAD:=$(call AutoLoad,20,crc16,1) endef define KernelPackage/lib-crc16/description