mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ksmbd: fixes build on kernel 5.4
Fixes:01aef11
("ksmbd: add out-of-tree module") Fixes:94e2af1
("ksmbd: update to 3.4.5") Fixes: #9648
This commit is contained in:
parent
6adba088c0
commit
d5fdefb31a
@ -3862,6 +3862,7 @@ CONFIG_NMI_LOG_BUF_SHIFT=13
|
|||||||
# CONFIG_OF_OVERLAY is not set
|
# CONFIG_OF_OVERLAY is not set
|
||||||
CONFIG_OF_RESERVED_MEM=y
|
CONFIG_OF_RESERVED_MEM=y
|
||||||
# CONFIG_OF_UNITTEST is not set
|
# CONFIG_OF_UNITTEST is not set
|
||||||
|
# CONFIG_OID_REGISTRY is not set
|
||||||
# CONFIG_OMAP2_DSS_DEBUG is not set
|
# CONFIG_OMAP2_DSS_DEBUG is not set
|
||||||
# CONFIG_OMAP2_DSS_DEBUGFS is not set
|
# CONFIG_OMAP2_DSS_DEBUGFS is not set
|
||||||
# CONFIG_OMAP2_DSS_SDI is not set
|
# CONFIG_OMAP2_DSS_SDI is not set
|
||||||
|
22
target/linux/generic/hack-5.4/253-ksmbd-config.patch
Normal file
22
target/linux/generic/hack-5.4/253-ksmbd-config.patch
Normal file
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user