Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-12-06 00:25:20 +0300
committerEric Andersen <andersen@codepoet.org>2002-12-06 00:25:20 +0300
commit23b5146247ee07095730cfd3a9aa852db8bcfa9b (patch)
tree2a7c0b5d05a6de7197771e1dba9b71f0c39930d1 /sysdeps
parent536018278af5d14f573e7ffa3b21dac026a646dd (diff)
Put stuff back into a sub-menu
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/linux/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in
index e3bdc4062..747cc9b71 100644
--- a/sysdeps/linux/Config.in
+++ b/sysdeps/linux/Config.in
@@ -5,6 +5,8 @@
mainmenu "BusyBox Configuration"
+menu "General Configuration"
+
choice
prompt "Buffer allocation policy"
default "Allocate with Malloc"