kernel: add crc16 as boot module, it is required by ext4

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45098 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2015-03-29 01:44:01 +00:00
parent bb896c8800
commit e438489e46
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ define KernelPackage/lib-crc16
TITLE:=CRC16 support TITLE:=CRC16 support
KCONFIG:=CONFIG_CRC16 KCONFIG:=CONFIG_CRC16
FILES:=$(LINUX_DIR)/lib/crc16.ko FILES:=$(LINUX_DIR)/lib/crc16.ko
AUTOLOAD:=$(call AutoProbe,crc16) AUTOLOAD:=$(call AutoLoad,20,crc16,1)
endef endef
define KernelPackage/lib-crc16/description define KernelPackage/lib-crc16/description