aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2009-01-14 20:41:37 -0600
committerRob Landley <rob@landley.net>2009-01-14 20:41:37 -0600
commitd3e61fc8da81c38a82a02379397f513e99ba5249 (patch)
tree9c594ef013cde8196a5c242a9c924e63b01ac8e9
parentba3ed79b4e18988dfe637d44c875bb11c3cb9ad2 (diff)
downloadtoybox-d3e61fc8da81c38a82a02379397f513e99ba5249.tar.gz
Hello shouldn't be enabled in defconfig.
-rw-r--r--toys/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/hello.c b/toys/hello.c
index e5d78f6a..87c30ae2 100644
--- a/toys/hello.c
+++ b/toys/hello.c
@@ -11,7 +11,7 @@ USE_HELLO(NEWTOY(hello, "e@d*c#b:a", TOYFLAG_USR|TOYFLAG_BIN))
config HELLO
bool "hello"
- default y
+ default n
help
A hello world program. You don't need this.