From: Felix Fietkau Date: Sun, 7 Oct 2007 23:01:17 +0000 (+0000) Subject: enable nice X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9d50705bf10950c5fc72633f6107297e714ed389;p=openwrt%2Fsvn-archive%2Farchive.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.