From: Felix Fietkau Date: Wed, 25 Sep 2019 08:19:21 +0000 (+0200) Subject: tools/coreutils: install "touch" X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0f7ff74cbfe90693ae8b350896064eda85f03471;p=openwrt%2Fstaging%2Fluka.git tools/coreutils: install "touch" Fixes error in setting SOURCE_DATE_EPOCH timestamp on files on rootfs prepare on non-Linux systems Signed-off-by: Felix Fietkau --- diff --git a/tools/coreutils/Makefile b/tools/coreutils/Makefile index 4109fd77b3..e338796053 100644 --- a/tools/coreutils/Makefile +++ b/tools/coreutils/Makefile @@ -16,7 +16,7 @@ PKG_HASH:=8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b HOST_BUILD_PARALLEL := 1 -BUILD_PROGRAMS = date readlink +BUILD_PROGRAMS = date readlink touch include $(INCLUDE_DIR)/host-build.mk