summaryrefslogtreecommitdiff
path: root/package/busybox/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-02 18:59:36 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-02 18:59:36 -0500
commita54e770cf5590314d29ab8b462332a0e873a8304 (patch)
tree1984115cc83db02b75aaf03f32d0246618bc287d /package/busybox/config
parent14d2d08a82a712d26239589ce28fca4fbb28247a (diff)
add missing ash symbol, reported via #openadk
Diffstat (limited to 'package/busybox/config')
-rw-r--r--package/busybox/config/shell/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/busybox/config/shell/Config.in b/package/busybox/config/shell/Config.in
index dd396b015..80038edb2 100644
--- a/package/busybox/config/shell/Config.in
+++ b/package/busybox/config/shell/Config.in
@@ -73,6 +73,13 @@ config BUSYBOX_ASH_BUILTIN_TEST
help
Enable support for test builtin in ash.
+config BUSYBOX_ASH_HELP
+ bool "help builtin"
+ default y
+ depends on BUSYBOX_ASH
+ help
+ Enable help builtin in ash.
+
config BUSYBOX_ASH_CMDCMD
bool "'command' command to override shell builtins"
default y