diff options
author | Rob Landley <rob@landley.net> | 2007-01-31 14:37:01 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-01-31 14:37:01 -0500 |
commit | de05a7024f4be6826d05c40aa029fe2bbf6d2818 (patch) | |
tree | d4e96051360dd047d2fccbc6b4b1e6773b2c2199 /Config.in | |
parent | bcfad872188d993efc8d1da4b79058b69e43f019 (diff) | |
download | toybox-de05a7024f4be6826d05c40aa029fe2bbf6d2818.tar.gz |
Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ mainmenu "ToyBox Configuration" menu "Global settings" -config TOYS_FREE +config TOYBOX_FREE bool "Free memory unnecessarily" default n help @@ -12,7 +12,7 @@ config TOYS_FREE without a real OS (ala newlib+libgloss), enable this to make toybox clean up after itself. -config DEBUG +config TOYBOX_DEBUG bool "Debugging tests" default n help |