[openwrt/openwrt] tools/coreutils: install ln
LEDE Commits
lede-commits at lists.infradead.org
Thu Aug 13 14:08:49 EDT 2020
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a36965347ef53f03fd6dd16f03420b3fd86e3a0e
commit a36965347ef53f03fd6dd16f03420b3fd86e3a0e
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Aug 13 20:02:50 2020 +0200
tools/coreutils: install ln
It is needed for libsepol on non-GNU systems
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
tools/coreutils/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/coreutils/Makefile b/tools/coreutils/Makefile
index e338796053..05c8040fa5 100644
--- a/tools/coreutils/Makefile
+++ b/tools/coreutils/Makefile
@@ -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
More information about the lede-commits
mailing list