From 5f00e31e8526d36bc594e8a46ecf8e4ecce1fbfb Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Wed, 19 Jan 2011 23:57:28 +0000 Subject: [PATCH] busybox: enable CONFIG_RUN_PARTS if default.script is to be installed MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bénard Acked-by: Khem Raj Acked-by: Frans Meulenbroeks --- recipes/busybox/busybox_1.1x.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/busybox/busybox_1.1x.inc b/recipes/busybox/busybox_1.1x.inc index 4dbc3d94a6..1078aac2fd 100644 --- a/recipes/busybox/busybox_1.1x.inc +++ b/recipes/busybox/busybox_1.1x.inc @@ -34,6 +34,9 @@ do_configure_prepend () { if [ "${TARGET_ARCH}" = "avr32" ] ; then sed -i s:CONFIG_FEATURE_OSF_LABEL=y:CONFIG_FEATURE_OSF_LABEL=n: ${WORKDIR}/defconfig fi + if [ -e ${WORKDIR}/default.script ]; then + echo "CONFIG_RUN_PARTS=y" >> ${WORKDIR}/defconfig + fi } do_install_append() { -- 2.39.5