changeset 131:c374094cb60c

Change defaults of working commands to yes, so "make defconfig" is more useful than "make allyesconfig".
author Rob Landley <rob@landley.net>
date Mon, 18 Jun 2007 00:44:53 -0400
parents de3b6d914468
children a5a0ec609a3f
files toys/Config.in
diffstat 1 files changed, 17 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/toys/Config.in	Mon Jun 18 00:17:04 2007 -0400
+++ b/toys/Config.in	Mon Jun 18 00:44:53 2007 -0400
@@ -10,7 +10,7 @@
 
 config CATV
 	bool "catv"
-	default n
+	default y
 	help
 	  usage: catv [-evt] [filename...]
 
@@ -23,7 +23,7 @@
 
 config COUNT
 	bool "count"
-	default n
+	default y
 	help
 	  usage: count
 
@@ -31,7 +31,7 @@
 
 config DF
 	bool "df (disk free)"
-	default n
+	default y
 	help
 	  usage: df [-t type] [FILESYSTEM ...]
 
@@ -44,7 +44,7 @@
 
 config DF_PEDANTIC
 	bool "options -P and -k"
-	default n
+	default y
 	depends on DF
 	help
 	  usage: df [-Pk]
@@ -59,7 +59,7 @@
 
 config ECHO
 	bool "echo"
-	default n
+	default y
 	help
 	  usage: echo [-ne] [args...]
 
@@ -80,13 +80,13 @@
 
 config FALSE
 	bool "false"
-	default n
+	default y
 	help
 	  Return nonzero.
 
 config HELLO
 	bool "hello"
-	default n
+	default y
 	help
 	  A hello world program.  You don't need this.
 
@@ -179,7 +179,7 @@
 
 config ONEIT
 	bool "oneit"
-	default n
+	default y
 	help
 	  usage: oneit [-p] command [...]
 
@@ -195,7 +195,7 @@
 
 config PWD
 	bool "pwd"
-	default n
+	default y
 	help
 	  usage: pwd
 
@@ -209,9 +209,10 @@
 
 	  Show what a symbolic link points to.
 
-config READLINK_FINAL
+config READLINK_F
 	bool "readlink -f"
 	default n
+	depends on READLINK_F
 	help
 	  usage: readlink [-f]
 
@@ -219,7 +220,7 @@
 
 config SLEEP
 	bool "sleep"
-	default n
+	default y
 	help
 	  usage: sleep SECONDS
 
@@ -227,7 +228,7 @@
 
 config SYNC
 	bool "sync"
-	default n
+	default y
 	help
 	  usage: sync
 
@@ -249,7 +250,7 @@
 
 config TOYSH
 	bool "sh (toysh)"
-	default n
+	default y
 	help
 	  usage: sh [-c command] [script]
 
@@ -367,13 +368,13 @@
 
 config TRUE
 	bool "true"
-	default n
+	default y
 	help
 	  Return zero.
 
 config WHICH
 	bool "which"
-	default n
+	default y
 	help
 	  usage: which [-a] filename ...
 
@@ -383,7 +384,7 @@
 
 config YES
 	bool "yes"
-	default n
+	default y
 	help
 	  usage: yes [args...]