From 363e2bd65cfa19b8fdf9f5d2695806b5864d212e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 12 Oct 2012 19:26:57 +0200 Subject: [PATCH] busybox: add applet 'nohup', this fixes #1259 Signed-off-by: Stephan Raue --- packages/sysutils/busybox/config/busybox.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/busybox/config/busybox.conf b/packages/sysutils/busybox/config/busybox.conf index 3b43179041..bf88897a03 100644 --- a/packages/sysutils/busybox/config/busybox.conf +++ b/packages/sysutils/busybox/config/busybox.conf @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.20.2 -# Wed Sep 26 00:23:57 2012 +# Fri Oct 12 19:25:56 2012 # CONFIG_HAVE_DOT_CONFIG=y @@ -248,7 +248,7 @@ CONFIG_MKNOD=y CONFIG_MV=y CONFIG_FEATURE_MV_LONG_OPTIONS=y CONFIG_NICE=y -# CONFIG_NOHUP is not set +CONFIG_NOHUP=y CONFIG_OD=y CONFIG_PRINTENV=y CONFIG_PRINTF=y