From: Felix Fietkau Date: Sun, 7 Oct 2007 23:01:17 +0000 (+0000) Subject: enable nice X-Git-Tag: reboot~27910 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=38315565b25625b89622d703cd5fd529acf446b4;p=openwrt%2Fopenwrt.git enable nice SVN-Revision: 9181 --- diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index 5a0220cdd7..2c4d8a3c6b 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/package/busybox/config/coreutils/Config.in @@ -413,7 +413,7 @@ config BUSYBOX_CONFIG_FEATURE_MV_LONG_OPTIONS config BUSYBOX_CONFIG_NICE bool "nice" - default n + default y help nice runs a program with modified scheduling priority.