summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2018-10-09 14:56:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-10 12:47:34 +0100
commite57eaaad60e6feafdd502aa54d3037dd3178cf99 (patch)
tree70bb8593ea6fc81a9df3f2a313e882f7b737c028 /meta/recipes-core/busybox/busybox
parent10583273f53b0f62d6d49628f43ea974d95c160f (diff)
downloadpoky-e57eaaad60e6feafdd502aa54d3037dd3178cf99.tar.gz
busybox: fix conflict with runlevel applet
- remove OE runlevel script which conflicts with busybox's applet - don't install empty directories (From OE-Core rev: dca804a9595002ddc3893720a96b7f1a67b6e6c4) Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox')
-rw-r--r--meta/recipes-core/busybox/busybox/init.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox/init.cfg b/meta/recipes-core/busybox/busybox/init.cfg
index 3c1fdd42b6..b69fe0ea9c 100644
--- a/meta/recipes-core/busybox/busybox/init.cfg
+++ b/meta/recipes-core/busybox/busybox/init.cfg
@@ -1,4 +1,5 @@
1CONFIG_INIT=y 1CONFIG_INIT=y
2CONFIG_RUNLEVEL=y
2CONFIG_FEATURE_USE_INITTAB=y 3CONFIG_FEATURE_USE_INITTAB=y
3CONFIG_HALT=y 4CONFIG_HALT=y
4CONFIG_POWEROFF=y 5CONFIG_POWEROFF=y