aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-10 12:07:24 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-10 12:07:24 +0000
commit30825fa52c29734e81ca834884814286dc59d346 (patch)
tree0a9d9077d4df87033bb4279195852b974b33babb /scripts
parent91c104721612f9b7f00f33de3218c78fd728b782 (diff)
downloadbusybox-w32-30825fa52c29734e81ca834884814286dc59d346.tar.gz
busybox-w32-30825fa52c29734e81ca834884814286dc59d346.tar.bz2
busybox-w32-30825fa52c29734e81ca834884814286dc59d346.zip
Cleanup some config problems. Add a sane default config that basically
matches the default old Config.h git-svn-id: svn://busybox.net/trunk/busybox@3648 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Menuconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/Menuconfig b/scripts/Menuconfig
index 5d4cdce6b..8f511696d 100644
--- a/scripts/Menuconfig
+++ b/scripts/Menuconfig
@@ -1161,12 +1161,14 @@ set_geometry () {
1161set_geometry `stty size 2>/dev/null` 1161set_geometry `stty size 2>/dev/null`
1162 1162
1163menu_instructions="\ 1163menu_instructions="\
1164Enabling options will increase the size of busybox. \
1164Arrow keys navigate the menu. \ 1165Arrow keys navigate the menu. \
1165Pressing <Enter> selects submenus --->. \ 1166Pressing <Enter> selects submenus --->. \
1166Highlighted letters are hotkeys. \ 1167Highlighted letters are hotkeys. \
1167Pressing <Y> includes, and <N> excludes. \ 1168Pressing <Y> includes, and <N> excludes. \
1168Press <Esc><Esc> to exit, <?> for Help. \ 1169Press <Esc><Esc> to exit, <?> for Help. \
1169Legend: [*] built-in [ ] excluded " 1170Legend: [*] built-in [ ] excluded"
1171
1170 1172
1171radiolist_instructions="\ 1173radiolist_instructions="\
1172Use the arrow keys to navigate this window or \ 1174Use the arrow keys to navigate this window or \