diff options
author | Jan Huwald <jh@sotun.de> | 2012-03-30 12:08:56 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-03-30 12:08:56 (GMT) |
commit | bc8d550c1d1927f27fbaf9a3790e6f8bfd56fd6f (patch) | |
tree | d0d731657389fef2f8c0cc5778d164dddd65ca29 | |
parent | 52feb572f581db78b446334352189629cdcd9b4d (diff) |
config: use busybox nofork option
This will reduce some process calls (echo, true, ...) to mere function
calls within the busybox shell.
Not tested, yet!
-rw-r--r-- | config/trunk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/trunk b/config/trunk index 2ffda9e..7577061 100644 --- a/config/trunk +++ b/config/trunk @@ -11,6 +11,8 @@ CONFIG_BUSYBOX_CONFIG_FEATURE_HAVE_RPC=y CONFIG_BUSYBOX_CONFIG_FEATURE_MOUNT_NFS=y CONFIG_BUSYBOX_CONFIG_FEATURE_SEAMLESS_BZ2=y # CONFIG_BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS is not set +CONFIG_BUSYBOX_CONFIG_FEATURE_SH_NOFORK=y +CONFIG_BUSYBOX_CONFIG_FEATURE_SH_STANDALONE=y CONFIG_BUSYBOX_CONFIG_FEATURE_WC_LARGE=y CONFIG_BUSYBOX_CONFIG_KILLALL5=y CONFIG_BUSYBOX_CONFIG_MESG=y |