Author: nbd Date: 2015-03-29 03:44:01 +0200 (Sun, 29 Mar 2015) New Revision: 45098
Modified: trunk/package/kernel/linux/modules/lib.mk Log: kernel: add crc16 as boot module, it is required by ext4 Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/modules/lib.mk =================================================================== --- trunk/package/kernel/linux/modules/lib.mk 2015-03-28 18:26:28 UTC (rev 45097) +++ trunk/package/kernel/linux/modules/lib.mk 2015-03-29 01:44:01 UTC (rev 45098) @@ -72,7 +72,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
