kernel: bump 6.1 to 6.1.79
[openwrt/staging/stintel.git] / target / linux / generic / hack-6.1 / 253-ksmbd-config.patch
1 From dcd966fa7ca63f38cf7147e1184d13d66e2ca340 Mon Sep 17 00:00:00 2001
2 From: OpenWrt community <openwrt-devel@lists.openwrt.org>
3 Date: Wed, 13 Jul 2022 13:33:30 +0200
4 Subject: [PATCH] Kconfig: add tristate for OID and ASNI string
5
6 ---
7 init/Kconfig | 2 +-
8 lib/Kconfig | 2 +-
9 2 files changed, 2 insertions(+), 2 deletions(-)
10
11 --- a/init/Kconfig
12 +++ b/init/Kconfig
13 @@ -2013,7 +2013,7 @@ config PADATA
14 bool
15
16 config ASN1
17 - tristate
18 + tristate "ASN1"
19 help
20 Build a simple ASN.1 grammar compiler that produces a bytecode output
21 that can be interpreted by the ASN.1 stream decoder and used to
22 --- a/lib/Kconfig
23 +++ b/lib/Kconfig
24 @@ -637,7 +637,7 @@ config LIBFDT
25 bool
26
27 config OID_REGISTRY
28 - tristate
29 + tristate "OID"
30 help
31 Enable fast lookup object identifier registry.
32