diff options
Diffstat (limited to 'toys/other/lsmod.c')
-rw-r--r-- | toys/other/lsmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/lsmod.c b/toys/other/lsmod.c index b8f5d820..4d160484 100644 --- a/toys/other/lsmod.c +++ b/toys/other/lsmod.c @@ -2,7 +2,7 @@ * * Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com> -USE_LSMOD(NEWTOY(lsmod, NULL, TOYFLAG_BIN)) +USE_LSMOD(NEWTOY(lsmod, NULL, TOYFLAG_SBIN)) config LSMOD bool "lsmod" |