From d3e61fc8da81c38a82a02379397f513e99ba5249 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 14 Jan 2009 20:41:37 -0600 Subject: Hello shouldn't be enabled in defconfig. --- toys/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys') 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. -- cgit v1.2.3