From cca57a53e33f77c01378141be449db3a365393dc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:28:03 +0200 Subject: Merging upstream version 32+20240327. Signed-off-by: Daniel Baumann --- tools/modprobe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/modprobe.c') diff --git a/tools/modprobe.c b/tools/modprobe.c index 5306bef..4328da6 100644 --- a/tools/modprobe.c +++ b/tools/modprobe.c @@ -182,6 +182,7 @@ static int show_config(struct kmod_ctx *ctx) { "alias", kmod_config_get_aliases }, { "options", kmod_config_get_options }, { "softdep", kmod_config_get_softdeps }, + { "weakdep", kmod_config_get_weakdeps }, }; size_t i; -- cgit v1.2.3