diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-07 23:01:17 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-07 23:01:17 +0000 |
commit | 92b5c08568cba5824036992a5dc817d920aea7bf (patch) | |
tree | f73b48c9304a37674e793496605476898ae1e267 /package/busybox/config | |
parent | f29e1c9edba27ed571c90816da2b89c9747d105d (diff) |
enable nice
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9181 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index 5a0220cdd..2c4d8a3c6 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. |