mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
network: drop iscsi support
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
@@ -30,10 +30,6 @@ if [ "${WIREGUARD_SUPPORT}" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET+=" wireguard-tools"
|
||||
fi
|
||||
|
||||
if [ "${ISCSI_SUPPORT}" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET+=" open-iscsi"
|
||||
fi
|
||||
|
||||
if [ "${NFS_SUPPORT}" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET+=" nfs-utils"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user