mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
initramfs: Remove redundant test
Signed-off-by: Alain Kalker <a.c.kalker@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user