From bd0db6017b1921c935785cdccdf0243fddf0b949 Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Thu, 4 Nov 2021 21:59:09 +0100 Subject: kernel: 5.15: add new module Add new module require in 5.15 - Changes in block module - Changes in netfilter module (log module unified) - Changes in fs module (mainly new depends for cifs and new ntfs3 module) - Changes in lib add shared lib now used by more than 1 kmod - Changes in crypto, dropped one crypto algo added arm crypto accellerator - Changes in other, add zram default compressor choice and missing lib by tpm module Signed-off-by: Ansuel Smith --- package/kernel/linux/modules/lib.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'package/kernel/linux/modules/lib.mk') diff --git a/package/kernel/linux/modules/lib.mk b/package/kernel/linux/modules/lib.mk index c52a8133be..81ceb1f76c 100644 --- a/package/kernel/linux/modules/lib.mk +++ b/package/kernel/linux/modules/lib.mk @@ -274,6 +274,16 @@ endef $(eval $(call KernelPackage,asn1-decoder)) +define KernelPackage/asn1-encoder + SUBMENU:=$(LIB_MENU) + TITLE:=Simple ASN1 encoder + KCONFIG:= CONFIG_ASN1_ENCODER + HIDDEN:=1 + FILES:=$(LINUX_DIR)/lib/asn1_encoder.ko +endef + +$(eval $(call KernelPackage,asn1-encoder)) + define KernelPackage/oid-registry SUBMENU:=$(LIB_MENU) TITLE:=Object identifier registry -- cgit v1.2.3