cleanup: remove redundant dependencies

Added by da38654ea47ed9e03b84d029fbeb9a64c161ae70 - who knows why...
This commit is contained in:
MilhouseVH 2018-12-28 03:07:33 +00:00
parent 97db4b4af1
commit b009d078dd

View File

@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="initramfs"
PKG_VERSION=""
@ -15,8 +16,6 @@ if [ "$ISCSI_SUPPORT" = yes ]; then
fi
if [ "$INITRAMFS_PARTED_SUPPORT" = yes ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET util-linux:init"
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET e2fsprogs:init"
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET parted:init"
fi