busybox: drop rpcbind dependency

This is now pulled in via nfs-utils

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-01-12 04:10:21 +01:00
parent 732e5dae9a
commit 44e25639b6

View File

@ -18,11 +18,6 @@ if [ "${NANO_EDITOR}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" nano"
fi
# nfs support
if [ "${NFS_SUPPORT}" = yes ]; then
PKG_DEPENDS_TARGET+=" rpcbind"
fi
if [ "${TARGET_ARCH}" = "x86_64" ]; then
PKG_DEPENDS_TARGET+=" pciutils"
fi