mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
initramfs: drop iscsi support
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
@@ -12,10 +12,6 @@ PKG_DEPENDS_TARGET="toolchain initramfs:init"
|
||||
PKG_SECTION="virtual"
|
||||
PKG_LONGDESC="Metapackage for installing initramfs"
|
||||
|
||||
if [ "${ISCSI_SUPPORT}" = yes ]; then
|
||||
PKG_DEPENDS_INIT+=" open-iscsi:init"
|
||||
fi
|
||||
|
||||
if [ "${INITRAMFS_PARTED_SUPPORT}" = yes ]; then
|
||||
PKG_DEPENDS_INIT+=" parted:init"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user