initramfs: Remove redundant test

Signed-off-by: Alain Kalker <a.c.kalker@gmail.com>
This commit is contained in:
Alain Kalker 2012-03-27 18:03:23 +02:00
parent ee48f9a59a
commit f529949249

View File

@ -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