linux: drop iscsi support

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl
2025-09-18 18:54:17 +02:00
parent 9186359cde
commit 12050055f8

View File

@@ -146,14 +146,6 @@ pre_make_target() {
${PKG_BUILD}/scripts/config --disable CONFIG_CIFS
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
if [ ! "${WIREGUARD_SUPPORT}" = yes ]; then
${PKG_BUILD}/scripts/config --disable CONFIG_WIREGUARD