X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fother.mk;h=53080f8cdf2197eb02747896eef1033128db6dd9;hb=ea98cdf5c91274503ef7387ab5018855cdc26ea1;hp=18cd79faf91f5f813678cbdbd1e724d4a2205893;hpb=a3eeda1387d629c7f9f25e480bca2a0636835560;p=openwrt.git diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 18cd79faf9..53080f8cdf 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -132,6 +132,22 @@ endef $(eval $(call KernelPackage,crc16)) +define KernelPackage/libcrc32c + SUBMENU:=$(OTHER_MENU) + TITLE:=CRC32 library support + KCONFIG:=CONFIG_LIBCRC32C + DEPENDS:=+kmod-crypto-core +kmod-crypto-misc + FILES:=$(LINUX_DIR)/lib/libcrc32c.ko + AUTOLOAD:=$(call AutoLoad,20,crc32c libcrc32c,1) +endef + +define KernelPackage/libcrc32c/description + Kernel module for CRC32 support +endef + +$(eval $(call KernelPackage,libcrc32c)) + + define KernelPackage/eeprom-93cx6 SUBMENU:=$(OTHER_MENU) TITLE:=EEPROM 93CX6 support