diff mbox

[3/4] busybox: Make reset utility an option and enable it by default

Message ID 327b186785f8e469cb94443e11e01923f39a2fed.1398237662.git.christian.braunersorensen@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

christian.braunersorensen@prevas.dk April 23, 2014, 7:22 a.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

Signed-off-by: Christian Sørensen <christian.braunersorensen@prevas.dk>
---
 recipes/busybox/busybox-1.22.0/defconfig | 2 +-
 recipes/busybox/busybox-configure.inc    | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/recipes/busybox/busybox-1.22.0/defconfig b/recipes/busybox/busybox-1.22.0/defconfig
index 9fabd1d..e1ee0d7 100644
--- a/recipes/busybox/busybox-1.22.0/defconfig
+++ b/recipes/busybox/busybox-1.22.0/defconfig
@@ -316,7 +316,7 @@  CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y
 # CONFIG_LOADFONT is not set
 # CONFIG_LOADKMAP is not set
 # CONFIG_OPENVT is not set
-CONFIG_RESET=y
+# CONFIG_RESET is not set
 # CONFIG_RESIZE is not set
 # CONFIG_FEATURE_RESIZE_PRINT is not set
 CONFIG_SETCONSOLE=y
diff --git a/recipes/busybox/busybox-configure.inc b/recipes/busybox/busybox-configure.inc
index 3504da1..3e264e1 100644
--- a/recipes/busybox/busybox-configure.inc
+++ b/recipes/busybox/busybox-configure.inc
@@ -871,3 +871,5 @@  DEFAULT_USE_busybox_ifplugd_sysvinit_stop  = "20"
 RECIPE_FLAGS += "busybox_ifplugd_splashutils_progress busybox_ifplugd_splashutils_msg"
 SPLASHUTILS_INITSCRIPTS:>USE_busybox_ifplugd += " busybox_ifplugd"
 DEFAULT_USE_busybox_ifplugd_splashutils_msg = "\"Starting Busybox ifplugd\""
+
+BUSYBOX_SIMPLE_USE_FLAGS += "reset=1:util/"