From de05a7024f4be6826d05c40aa029fe2bbf6d2818 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 31 Jan 2007 14:37:01 -0500 Subject: Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. --- Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 51b3cdaf..4218bcb2 100644 --- a/Config.in +++ b/Config.in @@ -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 -- cgit v1.2.3