diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-10 15:13:30 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-10 15:13:30 +0100 |
commit | 265062d59dd46065ad34519f04615fb2cecefe8a (patch) | |
tree | 6f5d8a3f87a9718b06dca325554410a3337f5b0f /configs/freebsd_defconfig | |
parent | f560422fa079b07a761a572ca4f9cf287c2cc47e (diff) | |
download | busybox-w32-265062d59dd46065ad34519f04615fb2cecefe8a.tar.gz busybox-w32-265062d59dd46065ad34519f04615fb2cecefe8a.tar.bz2 busybox-w32-265062d59dd46065ad34519f04615fb2cecefe8a.zip |
shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo
This makes hash and ash more symmetrical wrt config menu and config
options.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'configs/freebsd_defconfig')
-rw-r--r-- | configs/freebsd_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/freebsd_defconfig b/configs/freebsd_defconfig index 4f14d3be9..d223b7230 100644 --- a/configs/freebsd_defconfig +++ b/configs/freebsd_defconfig | |||
@@ -912,9 +912,9 @@ CONFIG_ASH=y | |||
912 | # CONFIG_ASH_JOB_CONTROL is not set | 912 | # CONFIG_ASH_JOB_CONTROL is not set |
913 | # CONFIG_ASH_ALIAS is not set | 913 | # CONFIG_ASH_ALIAS is not set |
914 | # CONFIG_ASH_GETOPTS is not set | 914 | # CONFIG_ASH_GETOPTS is not set |
915 | # CONFIG_ASH_BUILTIN_ECHO is not set | 915 | # CONFIG_ASH_ECHO is not set |
916 | # CONFIG_ASH_BUILTIN_PRINTF is not set | 916 | # CONFIG_ASH_PRINTF is not set |
917 | # CONFIG_ASH_BUILTIN_TEST is not set | 917 | # CONFIG_ASH_TEST is not set |
918 | # CONFIG_ASH_CMDCMD is not set | 918 | # CONFIG_ASH_CMDCMD is not set |
919 | # CONFIG_ASH_MAIL is not set | 919 | # CONFIG_ASH_MAIL is not set |
920 | # CONFIG_ASH_OPTIMIZE_FOR_SIZE is not set | 920 | # CONFIG_ASH_OPTIMIZE_FOR_SIZE is not set |