diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-22 09:03:07 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-22 09:03:07 +0000 |
commit | 38f6319421c1892ea5c9c0484cec0e190bdc5c69 (patch) | |
tree | 99a63bee4f133df98eb870308c4ca75e8dcbd8c1 /scripts | |
parent | 253ce0029669919fbb7cf60b5c9eab2f791939d8 (diff) | |
download | busybox-w32-38f6319421c1892ea5c9c0484cec0e190bdc5c69.tar.gz busybox-w32-38f6319421c1892ea5c9c0484cec0e190bdc5c69.tar.bz2 busybox-w32-38f6319421c1892ea5c9c0484cec0e190bdc5c69.zip |
cmdedit is not a 'command' editing anymore, it's just editing (generic),
so rename stuff accordingly.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 503f12a01..2c82a5358 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -631,14 +631,14 @@ CONFIG_FEATURE_SH_IS_NONE=y | |||
631 | # CONFIG_MSH is not set | 631 | # CONFIG_MSH is not set |
632 | # CONFIG_FEATURE_SH_EXTRA_QUIET is not set | 632 | # CONFIG_FEATURE_SH_EXTRA_QUIET is not set |
633 | # CONFIG_FEATURE_SH_STANDALONE_SHELL is not set | 633 | # CONFIG_FEATURE_SH_STANDALONE_SHELL is not set |
634 | # CONFIG_FEATURE_COMMAND_EDITING is not set | 634 | CONFIG_FEATURE_EDITING=y |
635 | # CONFIG_FEATURE_EDITING_FANCY_KEYS is not set | 635 | # CONFIG_FEATURE_EDITING_FANCY_KEYS is not set |
636 | # CONFIG_FEATURE_COMMAND_EDITING_VI is not set | 636 | # CONFIG_FEATURE_EDITING_VI is not set |
637 | CONFIG_FEATURE_COMMAND_HISTORY= | 637 | CONFIG_FEATURE_EDITING_HISTORY=15 |
638 | # CONFIG_FEATURE_COMMAND_SAVEHISTORY is not set | 638 | # CONFIG_FEATURE_EDITING_SAVEHISTORY is not set |
639 | # CONFIG_FEATURE_COMMAND_TAB_COMPLETION is not set | 639 | # CONFIG_FEATURE_TAB_COMPLETION is not set |
640 | # CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION is not set | 640 | # CONFIG_FEATURE_USERNAME_COMPLETION is not set |
641 | # CONFIG_FEATURE_SH_FANCY_PROMPT is not set | 641 | # CONFIG_FEATURE_EDITING_FANCY_PROMPT is not set |
642 | 642 | ||
643 | # | 643 | # |
644 | # System Logging Utilities | 644 | # System Logging Utilities |