mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
initramfs: Remove redundant test
Signed-off-by: Alain Kalker <a.c.kalker@gmail.com>
This commit is contained in:
parent
ee48f9a59a
commit
f529949249
@ -35,6 +35,6 @@ PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
if [ -n "$ISCSI_SUPPORT" ] && [ "$ISCSI_SUPPORT" = yes ]; then
|
||||
if [ "$ISCSI_SUPPORT" = yes ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS open-iscsi"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user