mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Virtual network package: Fix samba and openvpn build options
This commit is contained in:
parent
abe79e98ce
commit
f7d859dd33
@ -23,7 +23,7 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="various"
|
||||
PKG_SITE="http://www.openelec.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain connman iana-etc ethtool openssh openvpn"
|
||||
PKG_DEPENDS_TARGET="toolchain connman iana-etc ethtool openssh"
|
||||
PKG_SECTION="virtual"
|
||||
PKG_SHORTDESC="network: Metapackage for packages to install network support"
|
||||
PKG_LONGDESC="network: Metapackage for various packages to install network support"
|
||||
@ -38,3 +38,7 @@ fi
|
||||
if [ "$SAMBA_SERVER" = "yes" ] || [ "$SAMBA_SUPPORT" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET samba"
|
||||
fi
|
||||
|
||||
if [ "$OPENVPN_SUPPORT" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET openvpn"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user