From 92448d2ea7d59be60ae1e3c4795f4f9006b390c6 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Thu, 25 Jan 2018 12:53:27 +0100 Subject: [PATCH] busybox: In defconfig enable ASH_CMDCMD for built-in 'command' Sync defconfig to enable command 'command' because /etc/profile of base-files requires this command to be available. If it is not available the following message is output during login on a image using busybox. -sh: command: not found (From OE-Core rev: e41c90b852167bbcb434da57b84280e855acae33) https://jira.digi.com/browse/DEL-5632 Signed-off-by: Arturo Buzarra --- meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig b/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig index 0d7883385..31d99761a 100644 --- a/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig +++ b/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig @@ -1010,7 +1010,7 @@ CONFIG_ASH_BUILTIN_ECHO=y CONFIG_ASH_BUILTIN_PRINTF=y CONFIG_ASH_BUILTIN_TEST=y CONFIG_ASH_HELP=y -# CONFIG_ASH_CMDCMD is not set +CONFIG_ASH_CMDCMD=y # CONFIG_ASH_MAIL is not set CONFIG_ASH_OPTIMIZE_FOR_SIZE=y # CONFIG_ASH_RANDOM_SUPPORT is not set