OSDN Git Service

Hello shouldn't be enabled in defconfig.
authorRob Landley <rob@landley.net>
Thu, 15 Jan 2009 02:41:37 +0000 (20:41 -0600)
committerRob Landley <rob@landley.net>
Thu, 15 Jan 2009 02:41:37 +0000 (20:41 -0600)
toys/hello.c

index e5d78f6..87c30ae 100644 (file)
@@ -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.