bootscript_scan_path calls glob to collect the bootscripts.  This won't
work without CONFIG_GLOB, so select it to ensure it's available.

Signed-off-by: Ahmad Fatoum <[email protected]>
---
 common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/Kconfig b/common/Kconfig
index 37204fb40a44..8abd47a7569a 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -121,6 +121,7 @@ config USBGADGET_START
        default y
 
 config BOOT
+       select GLOB
        bool
 
 config FASTBOOT_BASE
-- 
2.29.2


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to