mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
linux/modules: split up oid_registry
This will be needed by ksmbd in a following commit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
b43fc18ec0
commit
00770ec576
@ -409,7 +409,7 @@ $(eval $(call KernelPackage,fs-nfs-ssc))
|
||||
define KernelPackage/fs-nfs-common
|
||||
SUBMENU:=$(FS_MENU)
|
||||
TITLE:=Common NFS filesystem modules
|
||||
DEPENDS:=+!LINUX_5_4:kmod-fs-nfs-ssc
|
||||
DEPENDS:=+kmod-oid-registry
|
||||
KCONFIG:= \
|
||||
CONFIG_LOCKD \
|
||||
CONFIG_SUNRPC \
|
||||
|
@ -273,6 +273,7 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,asn1-decoder))
|
||||
|
||||
|
||||
define KernelPackage/asn1-encoder
|
||||
SUBMENU:=$(LIB_MENU)
|
||||
TITLE:=Simple ASN1 encoder
|
||||
@ -283,12 +284,13 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,asn1-encoder))
|
||||
|
||||
|
||||
define KernelPackage/oid-registry
|
||||
SUBMENU:=$(LIB_MENU)
|
||||
TITLE:=OID Registry
|
||||
TITLE:=Object identifier registry
|
||||
KCONFIG:= CONFIG_OID_REGISTRY
|
||||
HIDDEN:=1
|
||||
FILES:=$(LINUX_DIR)/lib/oid_registry.ko
|
||||
AUTOLOAD:=$(call AutoLoad,31,oid_registry)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,oid-registry))
|
||||
|
@ -4190,6 +4190,7 @@ CONFIG_NMI_LOG_BUF_SHIFT=13
|
||||
# CONFIG_OF_OVERLAY is not set
|
||||
CONFIG_OF_RESERVED_MEM=y
|
||||
# CONFIG_OF_UNITTEST is not set
|
||||
# CONFIG_OID_REGISTRY is not set
|
||||
# CONFIG_OMAP2_DSS_DEBUG is not set
|
||||
# CONFIG_OMAP2_DSS_DEBUGFS is not set
|
||||
# CONFIG_OMAP2_DSS_SDI is not set
|
||||
|
Loading…
Reference in New Issue
Block a user