From 35c0f5b8da82bc0c2051b1224404a79a0fd169bb Mon Sep 17 00:00:00 2001 From: Paul Osborne Date: Fri, 3 Apr 2015 16:04:12 -0500 Subject: [PATCH] meta-digi-dey: include microcom with busybox Microcom is a minimal version of minicom and is extremely useful for doing basic testing on target (for instance, talking to a modem or other serial connected device). Signed-off-by: Alex Gonzalez (cherry picked from commit 90c6708e948c9b9942b48d425ff21e0affc2f8d7) Signed-off-by: Javier Viguera --- meta-digi-dey/recipes-core/busybox/busybox-1.23.1/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-core/busybox/busybox-1.23.1/defconfig b/meta-digi-dey/recipes-core/busybox/busybox-1.23.1/defconfig index f15ac161a..0041ecf49 100644 --- a/meta-digi-dey/recipes-core/busybox/busybox-1.23.1/defconfig +++ b/meta-digi-dey/recipes-core/busybox/busybox-1.23.1/defconfig @@ -730,7 +730,7 @@ CONFIG_MAKEDEVS=y # CONFIG_FEATURE_MAKEDEVS_LEAF is not set CONFIG_FEATURE_MAKEDEVS_TABLE=y # CONFIG_MAN is not set -# CONFIG_MICROCOM is not set +CONFIG_MICROCOM=y CONFIG_MOUNTPOINT=y # CONFIG_MT is not set # CONFIG_RAIDAUTORUN is not set