busybox: update to version 1.23.2
[openwrt/svn-archive/archive.git] / package / utils / busybox / config / shell / Config.in
index c375f0c26e9ad85a0384d7d36a3880196c261597..69ecf145e1b2ef889c610d2918f24bfa90c0f6e9 100644 (file)
@@ -73,6 +73,13 @@ config BUSYBOX_CONFIG_ASH_BUILTIN_TEST
        help
          Enable support for test builtin in ash.
 
+config BUSYBOX_CONFIG_ASH_HELP
+       bool "help builtin"
+       default BUSYBOX_DEFAULT_ASH_HELP
+       depends on BUSYBOX_CONFIG_ASH
+       help
+         Enable help builtin in ash.
+
 config BUSYBOX_CONFIG_ASH_CMDCMD
        bool "'command' command to override shell builtins"
        default BUSYBOX_DEFAULT_ASH_CMDCMD