diff options
Diffstat (limited to 'toys/other/modinfo.c')
-rw-r--r-- | toys/other/modinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/modinfo.c b/toys/other/modinfo.c index d631b3b3..126d1d63 100644 --- a/toys/other/modinfo.c +++ b/toys/other/modinfo.c @@ -4,7 +4,7 @@ * * TODO: cleanup -USE_MODINFO(NEWTOY(modinfo, "<1b:k:F:0", TOYFLAG_BIN)) +USE_MODINFO(NEWTOY(modinfo, "<1b:k:F:0", TOYFLAG_SBIN)) config MODINFO bool "modinfo" |