mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
linux: drop iscsi support
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
@@ -146,14 +146,6 @@ pre_make_target() {
|
|||||||
${PKG_BUILD}/scripts/config --disable CONFIG_CIFS
|
${PKG_BUILD}/scripts/config --disable CONFIG_CIFS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# enable/disable iscsi support
|
|
||||||
[ "${ISCSI_SUPPORT}" = yes ] && OPTION="--enable" || OPTION="--disable"
|
|
||||||
${PKG_BUILD}/scripts/config ${OPTION} CONFIG_SCSI_ISCSI_ATTRS
|
|
||||||
${PKG_BUILD}/scripts/config ${OPTION} CONFIG_ISCSI_TCP
|
|
||||||
${PKG_BUILD}/scripts/config ${OPTION} CONFIG_ISCSI_BOOT_SYSFS
|
|
||||||
${PKG_BUILD}/scripts/config ${OPTION} CONFIG_ISCSI_IBFT_FIND
|
|
||||||
${PKG_BUILD}/scripts/config ${OPTION} CONFIG_ISCSI_IBFT
|
|
||||||
|
|
||||||
# disable wireguard support if not enabled
|
# disable wireguard support if not enabled
|
||||||
if [ ! "${WIREGUARD_SUPPORT}" = yes ]; then
|
if [ ! "${WIREGUARD_SUPPORT}" = yes ]; then
|
||||||
${PKG_BUILD}/scripts/config --disable CONFIG_WIREGUARD
|
${PKG_BUILD}/scripts/config --disable CONFIG_WIREGUARD
|
||||||
|
|||||||
Reference in New Issue
Block a user