253-ksmbd-config.patch 790 B

1234567891011121314151617181920212223242526272829303132
  1. From dcd966fa7ca63f38cf7147e1184d13d66e2ca340 Mon Sep 17 00:00:00 2001
  2. From: OpenWrt community <[email protected]>
  3. Date: Wed, 13 Jul 2022 13:33:30 +0200
  4. Subject: [PATCH] Kconfig: add tristate for OID and ASNI string
  5. ---
  6. init/Kconfig | 2 +-
  7. lib/Kconfig | 2 +-
  8. 2 files changed, 2 insertions(+), 2 deletions(-)
  9. --- a/init/Kconfig
  10. +++ b/init/Kconfig
  11. @@ -1989,7 +1989,7 @@ config PADATA
  12. bool
  13. config ASN1
  14. - tristate
  15. + tristate "ASN1"
  16. help
  17. Build a simple ASN.1 grammar compiler that produces a bytecode output
  18. that can be interpreted by the ASN.1 stream decoder and used to
  19. --- a/lib/Kconfig
  20. +++ b/lib/Kconfig
  21. @@ -647,7 +647,7 @@ config LIBFDT
  22. bool
  23. config OID_REGISTRY
  24. - tristate
  25. + tristate "OID"
  26. help
  27. Enable fast lookup object identifier registry.