diff options
author | Felix Fietkau <nbd@nbd.name> | 2019-09-25 10:19:21 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2019-09-25 10:19:24 +0200 |
commit | 0f7ff74cbfe90693ae8b350896064eda85f03471 (patch) | |
tree | d0cf1d7cd798a524e572813324a3d092b331ed79 /tools/coreutils | |
parent | 7b8b4197d2a5a5ad532571392da65d59a61186d7 (diff) | |
download | openwrt-0f7ff74cbfe90693ae8b350896064eda85f03471.tar.gz openwrt-0f7ff74cbfe90693ae8b350896064eda85f03471.tar.bz2 openwrt-0f7ff74cbfe90693ae8b350896064eda85f03471.zip |
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>
Diffstat (limited to 'tools/coreutils')
-rw-r--r-- | tools/coreutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |