From: Peter Korsgaard Date: Mon, 6 May 2019 09:57:54 +0000 (+0200) Subject: package/coreutils: install base64 under /bin iso /usr/bin to match busybox X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=873fa4f01fa7cdd61450f46c4f51ddcec258b230;p=buildroot.git package/coreutils: install base64 under /bin iso /usr/bin to match busybox Fixes #11816 Signed-off-by: Peter Korsgaard --- diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index 3e8efbf047..8e5518f638 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -55,7 +55,7 @@ COREUTILS_CONF_ENV = ac_cv_c_restrict=no \ MAKEINFO=true \ INSTALL_PROGRAM=$(INSTALL) -COREUTILS_BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false \ +COREUTILS_BIN_PROGS = base64 cat chgrp chmod chown cp date dd df dir echo false \ kill link ln ls mkdir mknod mktemp mv nice printenv pwd rm rmdir \ vdir sleep stty sync touch true uname join