diff options
author | Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> | 2023-12-08 21:16:12 +0100 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2023-12-12 12:14:19 +0100 |
commit | 26c79ec96e77a54e446a40c8f2c0af66afd0327b (patch) | |
tree | de4fe4336df51d54afde7afe480a1ea10a569ccc | |
parent | 68cbdb150d55834ed0a52352684ba2cc554c8a08 (diff) | |
download | linux-26c79ec96e77a54e446a40c8f2c0af66afd0327b.tar.gz linux-26c79ec96e77a54e446a40c8f2c0af66afd0327b.tar.bz2 linux-26c79ec96e77a54e446a40c8f2c0af66afd0327b.zip |
net: dns_resolver: the module is called dns_resolver, not dnsresolver
$ modinfo dnsresolver dns_resolver | grep name
modinfo: ERROR: Module dnsresolver not found.
filename: /lib/modules/6.1.0-9-amd64/kernel/net/dns_resolver/dns_resolver.ko
name: dns_resolver
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Link: https://lore.kernel.org/r/gh4sxphjxbo56n2spgmc66vtazyxgiehpmv5f2gkvgicy6f4rs@tarta.nabijaczleweli.xyz
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-rw-r--r-- | net/dns_resolver/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dns_resolver/Kconfig b/net/dns_resolver/Kconfig index 155b06163409..7c2dba273e35 100644 --- a/net/dns_resolver/Kconfig +++ b/net/dns_resolver/Kconfig @@ -23,6 +23,6 @@ config DNS_RESOLVER information. To compile this as a module, choose M here: the module will be called - dnsresolver. + dns_resolver. If unsure, say N. |