diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 45b582ddc..807c6d72b 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -3862,6 +3862,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 diff --git a/target/linux/generic/hack-5.4/253-ksmbd-config.patch b/target/linux/generic/hack-5.4/253-ksmbd-config.patch new file mode 100644 index 000000000..db3a3c954 --- /dev/null +++ b/target/linux/generic/hack-5.4/253-ksmbd-config.patch @@ -0,0 +1,22 @@ +--- a/init/Kconfig ++++ b/init/Kconfig +@@ -2249,7 +2249,7 @@ config PADATA + bool + + config ASN1 +- tristate ++ tristate "ASN1" + help + Build a simple ASN.1 grammar compiler that produces a bytecode output + that can be interpreted by the ASN.1 stream decoder and used to +--- a/lib/Kconfig ++++ b/lib/Kconfig +@@ -572,7 +572,7 @@ config LIBFDT + bool + + config OID_REGISTRY +- tristate ++ tristate "OID" + help + Enable fast lookup object identifier registry. +