diff options
Diffstat (limited to 'toys/other/insmod.c')
-rw-r--r-- | toys/other/insmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/insmod.c b/toys/other/insmod.c index 81721a31..cb222a54 100644 --- a/toys/other/insmod.c +++ b/toys/other/insmod.c @@ -2,7 +2,7 @@ * * Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com> -USE_INSMOD(NEWTOY(insmod, "<1", TOYFLAG_BIN|TOYFLAG_NEEDROOT)) +USE_INSMOD(NEWTOY(insmod, "<1", TOYFLAG_SBIN|TOYFLAG_NEEDROOT)) config INSMOD bool "insmod" |