mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
virtual/network: include nss in image for all archs
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
9c4eef77db
commit
7e809528e9
@ -6,7 +6,7 @@ PKG_VERSION=""
|
||||
PKG_LICENSE="various"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain connman netbase ethtool openssh iw wireless-regdb"
|
||||
PKG_DEPENDS_TARGET="toolchain connman netbase ethtool openssh iw wireless-regdb nss"
|
||||
PKG_SECTION="virtual"
|
||||
PKG_LONGDESC="Metapackage for various packages to install network support"
|
||||
|
||||
@ -29,8 +29,3 @@ fi
|
||||
if [ "${ISCSI_SUPPORT}" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET+=" open-iscsi"
|
||||
fi
|
||||
|
||||
# nss needed by inputstream.adaptive, chromium etc.
|
||||
if [ "${TARGET_ARCH}" = "x86_64" ] || [ "${TARGET_ARCH}" = "arm" ]; then
|
||||
PKG_DEPENDS_TARGET+=" nss"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user