mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
cleanup: remove redundant dependencies
Added by da38654ea47ed9e03b84d029fbeb9a64c161ae70 - who knows why...
This commit is contained in:
parent
97db4b4af1
commit
b009d078dd
@ -1,5 +1,6 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="initramfs"
|
PKG_NAME="initramfs"
|
||||||
PKG_VERSION=""
|
PKG_VERSION=""
|
||||||
@ -15,8 +16,6 @@ if [ "$ISCSI_SUPPORT" = yes ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$INITRAMFS_PARTED_SUPPORT" = yes ]; then
|
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"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET parted:init"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user