diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-05 21:25:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-05 21:25:20 +0000 |
commit | 23b5146247ee07095730cfd3a9aa852db8bcfa9b (patch) | |
tree | 2a7c0b5d05a6de7197771e1dba9b71f0c39930d1 | |
parent | 536018278af5d14f573e7ffa3b21dac026a646dd (diff) | |
download | busybox-w32-23b5146247ee07095730cfd3a9aa852db8bcfa9b.tar.gz busybox-w32-23b5146247ee07095730cfd3a9aa852db8bcfa9b.tar.bz2 busybox-w32-23b5146247ee07095730cfd3a9aa852db8bcfa9b.zip |
Put stuff back into a sub-menu
-rw-r--r-- | sysdeps/linux/Config.in | 2 |
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 @@ | |||
5 | 5 | ||
6 | mainmenu "BusyBox Configuration" | 6 | mainmenu "BusyBox Configuration" |
7 | 7 | ||
8 | menu "General Configuration" | ||
9 | |||
8 | choice | 10 | choice |
9 | prompt "Buffer allocation policy" | 11 | prompt "Buffer allocation policy" |
10 | default "Allocate with Malloc" | 12 | default "Allocate with Malloc" |