diff options
| -rw-r--r-- | toys/pending/tftpd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/toys/pending/tftpd.c b/toys/pending/tftpd.c index b2e72ee6..39a9097e 100644 --- a/toys/pending/tftpd.c +++ b/toys/pending/tftpd.c @@ -9,7 +9,7 @@ USE_TFTPD(NEWTOY(tftpd, "rcu:", TOYFLAG_BIN))  config TFTPD    bool "tftpd" -  default y +  default n    help      usage: tftpd [-cr] [-u USER] [DIR] | 
