diff options
| -rw-r--r-- | toys/pending/iconv.c | 2 | ||||
| -rw-r--r-- | toys/pending/sulogin.c | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/toys/pending/iconv.c b/toys/pending/iconv.c index f4c64fa3..a24abcd9 100644 --- a/toys/pending/iconv.c +++ b/toys/pending/iconv.c @@ -8,7 +8,7 @@ USE_ICONV(NEWTOY(iconv, "t:f:", TOYFLAG_USR|TOYFLAG_BIN))  config ICONV    bool "iconv" -  default y +  default n    depends on TOYBOX_ICONV    help      usage: iconv [-f FROM] [-t TO] [FILE...] diff --git a/toys/pending/sulogin.c b/toys/pending/sulogin.c index fb562ca5..45f76597 100644 --- a/toys/pending/sulogin.c +++ b/toys/pending/sulogin.c @@ -12,7 +12,7 @@ USE_SULOGIN(NEWTOY(sulogin, "t#<0=0", TOYFLAG_SBIN|TOYFLAG_NEEDROOT))  config SULOGIN    bool "sulogin" -  default y +  default n    help      usage: sulogin [-t time] [tty]  | 
