diff options
Diffstat (limited to 'toys/other/swapon.c')
-rw-r--r-- | toys/other/swapon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/swapon.c b/toys/other/swapon.c index 49f12499..838d382a 100644 --- a/toys/other/swapon.c +++ b/toys/other/swapon.c @@ -2,7 +2,7 @@ * * Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com> -USE_SWAPON(NEWTOY(swapon, "<1>1p#<0>32767", TOYFLAG_BIN|TOYFLAG_NEEDROOT)) +USE_SWAPON(NEWTOY(swapon, "<1>1p#<0>32767", TOYFLAG_SBIN|TOYFLAG_NEEDROOT)) config SWAPON bool "swapon" |