forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: 01aef11 ("ksmbd: add out-of-tree module") Fixes: 94e2af1 ("ksmbd: update to 3.4.5") Fixes: coolsnowwolf#9648
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|