mirror of https://github.com/hak5/openwrt.git
kernel: add crc16 as boot module, it is required by ext4
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45098lede-17.01
parent
437e423c44
commit
b3d110fc53
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue