# HG changeset patch # User Rob Landley # Date 1231987297 21600 # Node ID 157eab6dcdd2e58a697de542ad23209af3f99ae1 # Parent a4c26369ec4355ae584ec8d1e9516e144c36ef1d Hello shouldn't be enabled in defconfig. diff -r a4c26369ec43 -r 157eab6dcdd2 toys/hello.c --- 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.