aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-10 12:07:24 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-10 12:07:24 +0000
commit282671bf76bd7e3644b730673ca748947913b911 (patch)
tree0a9d9077d4df87033bb4279195852b974b33babb /scripts
parent30fcef430c59e5884f6765d16fc201c303b2e92c (diff)
downloadbusybox-w32-282671bf76bd7e3644b730673ca748947913b911.tar.gz
busybox-w32-282671bf76bd7e3644b730673ca748947913b911.tar.bz2
busybox-w32-282671bf76bd7e3644b730673ca748947913b911.zip
Cleanup some config problems. Add a sane default config that basically
matches the default old Config.h
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 \