From 02e78f3ea9489b204c91ccde7c17d83ed96b8c3f Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 6 Jan 2007 12:54:32 +0000 Subject: busybox 1.2.1, 1.2.2: Enabled nohup applet. * Being able to login via telnet/ssh/on-device shell and run application such that it continues to run after logout, should be pretty useful feature for embedded system. * With common config (also used by angstrom), doesn't lead to increase of exe size (due to alignment padding), and the applet code itself is small (40 lines). * Approved by Koen Kooi. --- packages/busybox/busybox-1.2.1/angstrom/defconfig | 2 +- packages/busybox/busybox-1.2.1/defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/busybox/busybox-1.2.1') diff --git a/packages/busybox/busybox-1.2.1/angstrom/defconfig b/packages/busybox/busybox-1.2.1/angstrom/defconfig index 981b7d7c71..7308eead76 100644 --- a/packages/busybox/busybox-1.2.1/angstrom/defconfig +++ b/packages/busybox/busybox-1.2.1/angstrom/defconfig @@ -171,7 +171,7 @@ CONFIG_MKNOD=y CONFIG_MV=y # CONFIG_FEATURE_MV_LONG_OPTIONS is not set # CONFIG_NICE is not set -# CONFIG_NOHUP is not set +CONFIG_NOHUP=y CONFIG_OD=y # CONFIG_PRINTENV is not set CONFIG_PRINTF=y diff --git a/packages/busybox/busybox-1.2.1/defconfig b/packages/busybox/busybox-1.2.1/defconfig index 981b7d7c71..7308eead76 100644 --- a/packages/busybox/busybox-1.2.1/defconfig +++ b/packages/busybox/busybox-1.2.1/defconfig @@ -171,7 +171,7 @@ CONFIG_MKNOD=y CONFIG_MV=y # CONFIG_FEATURE_MV_LONG_OPTIONS is not set # CONFIG_NICE is not set -# CONFIG_NOHUP is not set +CONFIG_NOHUP=y CONFIG_OD=y # CONFIG_PRINTENV is not set CONFIG_PRINTF=y -- cgit v1.2.3