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 <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2019-09-25 10:19:21 +02:00
parent 7b8b4197d2
commit 0f7ff74cbf
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ PKG_HASH:=8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b
HOST_BUILD_PARALLEL := 1 HOST_BUILD_PARALLEL := 1
BUILD_PROGRAMS = date readlink BUILD_PROGRAMS = date readlink touch
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk