changeset 339:157eab6dcdd2

Hello shouldn't be enabled in defconfig.
author Rob Landley <rob@landley.net>
date Wed, 14 Jan 2009 20:41:37 -0600
parents a4c26369ec43
children 6e03d6a8df23
files toys/hello.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/hello.c	Mon Jan 05 01:47:48 2009 -0600
+++ b/toys/hello.c	Wed Jan 14 20:41:37 2009 -0600
@@ -11,7 +11,7 @@
 
 config HELLO
 	bool "hello"
-	default y
+	default n
 	help
 	  A hello world program.  You don't need this.