tools/coreutils: install ln

It is needed for libsepol on non-GNU systems

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2020-08-13 20:02:50 +02:00 committed by CN_SZTL
parent 216a12ad0c
commit 74ac8dd89f
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

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