mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
732e5dae9a
commit
44e25639b6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user