From 6662c10b46a2d054d68f4767e9f0c8e33123e12d Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Fri, 13 Sep 2013 12:25:17 +0300 Subject: busybox: add setsid and httpd, used in the minimal initramfs image Signed-off-by: Fathi Boudra --- meta-linaro/recipes-core/busybox/files/linaro.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-linaro/recipes-core') diff --git a/meta-linaro/recipes-core/busybox/files/linaro.cfg b/meta-linaro/recipes-core/busybox/files/linaro.cfg index 5fd0a085..ae9dedd5 100644 --- a/meta-linaro/recipes-core/busybox/files/linaro.cfg +++ b/meta-linaro/recipes-core/busybox/files/linaro.cfg @@ -1,2 +1,4 @@ CONFIG_DPKG_DEB=y CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY=y +CONFIG_SETSID=y +CONFIG_HTTPD=y -- cgit v1.2.3