virtual/network: include nss in image for all archs

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-02-24 15:20:07 +01:00
parent 9c4eef77db
commit 7e809528e9

View File

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