1config BR2_PACKAGE_TIME 2 bool "time" 3 depends on BR2_USE_MMU # fork() 4 # See https://savannah.gnu.org/bugs/index.php?48000 5 depends on !BR2_STATIC_LIBS 6 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 7 help 8 The GNU time utility. 9 10 http://savannah.gnu.org/projects/time/ 11 12comment "time needs a toolchain w/ dynamic library" 13 depends on BR2_USE_MMU 14 depends on BR2_STATIC_LIBS 15