mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kernel: fix asn1-encoder KCONFIG
This commit is contained in:
parent
f1252b9a5b
commit
5a1f106a03
@ -277,7 +277,7 @@ $(eval $(call KernelPackage,asn1-decoder))
|
||||
define KernelPackage/asn1-encoder
|
||||
SUBMENU:=$(LIB_MENU)
|
||||
TITLE:=Simple ASN1 encoder
|
||||
KCONFIG:= CONFIG_ASN1
|
||||
KCONFIG:= CONFIG_ASN1_ENCODER
|
||||
HIDDEN:=1
|
||||
FILES:=$(LINUX_DIR)/lib/asn1_encoder.ko
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user