2012-10-19 05:05:17 +02:00
|
|
|
config BR2_PACKAGE_TIME
|
|
|
|
bool "time"
|
2013-09-17 14:12:30 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2016-05-24 21:59:48 +02:00
|
|
|
# See https://savannah.gnu.org/bugs/index.php?48000
|
|
|
|
depends on !BR2_STATIC_LIBS
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2012-10-19 05:05:17 +02:00
|
|
|
help
|
|
|
|
The GNU time utility.
|
|
|
|
|
|
|
|
http://savannah.gnu.org/projects/time/
|
2016-05-24 21:59:48 +02:00
|
|
|
|
|
|
|
comment "time needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_STATIC_LIBS
|