From fd043b52506ae44a95facca96b40ee70c49c152f Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Sun, 17 Apr 2022 00:06:54 +0000 Subject: [PATCH] distro: disable iscsi support Signed-off-by: Ian Leonard --- distributions/LibreELEC/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index eb89ffbb78..ae397823b8 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -167,7 +167,7 @@ WIRELESS_DAEMON="wpa_supplicant" # build and install iSCSI support - iscsistart (yes / no) - ISCSI_SUPPORT="yes" + ISCSI_SUPPORT="no" # build with NFS support (mounting nfs shares via the OS) (yes / no) NFS_SUPPORT="yes"