|
@@ -1,12 +1,11 @@
|
|
-comment "cpulimit needs a toolchain w/ threads, does not build open openrisc with musl"
|
|
|
|
|
|
+comment "cpulimit needs a toolchain w/ threads"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS || (BR2_or1k && BR2_TOOLCHAIN_USES_MUSL)
|
|
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
config BR2_PACKAGE_CPULIMIT
|
|
config BR2_PACKAGE_CPULIMIT
|
|
bool "cpulimit"
|
|
bool "cpulimit"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
- depends on !(BR2_or1k && BR2_TOOLCHAIN_USES_MUSL)
|
|
|
|
help
|
|
help
|
|
Cpulimit is a tool which limits the CPU usage of a process
|
|
Cpulimit is a tool which limits the CPU usage of a process
|
|
(expressed in percentage, not in CPU time)
|
|
(expressed in percentage, not in CPU time)
|