From ae04c4af5b1a699ddac2069cf241d91e1ee3741f Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Thu, 15 Jun 2017 10:09:36 +0200
Subject: busybox: add missing ash symbol

---
 package/busybox/config/shell/Config.in | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'package/busybox/config')

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
-- 
cgit v1.2.3