summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-15 10:09:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-15 10:09:51 +0200
commitae04c4af5b1a699ddac2069cf241d91e1ee3741f (patch)
tree76e438f99584e1b13d3696e296e7be27ad7c0d83 /package
parent4aabf74b4e7d130cf7d3beaa190c7409bd1c5da4 (diff)
busybox: add missing ash symbol
Diffstat (limited to 'package')
-rw-r--r--package/busybox/config/shell/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/busybox/config/shell/Config.in b/package/busybox/config/shell/Config.in
index 0d86b194c..efc17ff49 100644
--- a/package/busybox/config/shell/Config.in
+++ b/package/busybox/config/shell/Config.in
@@ -103,6 +103,15 @@ config BUSYBOX_ASH_OPTIMIZE_FOR_SIZE
help
Compile ash for reduced size at the price of speed.
+config BUSYBOX_ASH_INTERNAL_GLOB
+ bool "Use internal glob() implementation"
+ default y # Y is bigger, but because of uclibc glob() bug, let Y be default for now
+ depends on BUSYBOX_ASH
+ help
+ Do not use glob() function from libc, use internal implementation.
+ Use this if you are getting "glob.h: No such file or directory"
+ or similar build errors.
+
config BUSYBOX_ASH_RANDOM_SUPPORT
bool "Pseudorandom generator and $RANDOM variable"
default y