2018-06-25 15:56 GMT+02:00 Mikael Bak <m...@fxnet.hu>: > > Build dependency: Please install GNU 'time' or BusyBox 'time' > > Prerequisite check failed. Use FORCE=1 to override. > make[1]: *** [Makefile:76: staging_dir/host/.prereq-build] Error 1 > make: *** [Makefile:175: image] Error 2 > [mikael@mikael-pc > openwrt-imagebuilder-18.06.0-rc1-ar71xx-generic.Linux-x86_64]$ > > > But I have 'time': > $ time > > real 0m0,000s > user 0m0,000s > sys 0m0,000s > $ > > What am I doing wrong?
The check in include/prereq-build.mk does the following: gtime --version 2>&1 | grep GNU, \ time --version 2>&1 | grep GNU, \ busybox time 2>&1 | grep BusyBox Which obviously all fail for you. Which time do you have installed? Mathias _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/listinfo/openwrt-devel