From 44e25639b679a1ff0f1b482a7560ff7bb6359000 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Fri, 12 Jan 2024 04:10:21 +0100 Subject: [PATCH] busybox: drop rpcbind dependency This is now pulled in via nfs-utils Signed-off-by: Matthias Reichl --- packages/sysutils/busybox/package.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/sysutils/busybox/package.mk b/packages/sysutils/busybox/package.mk index 4c51609561..e318b4c8cb 100644 --- a/packages/sysutils/busybox/package.mk +++ b/packages/sysutils/busybox/package.mk @@ -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