mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
network: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a43bb297ab
commit
6ba2384ace
25
packages/network/install → packages/network/package.mk
Executable file → Normal file
25
packages/network/install → packages/network/package.mk
Executable file → Normal file
@ -1,5 +1,3 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# This file is part of OpenELEC - http://www.openelec.tv
|
# This file is part of OpenELEC - http://www.openelec.tv
|
||||||
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
||||||
@ -18,13 +16,24 @@
|
|||||||
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
. config/options $1
|
PKG_NAME="network"
|
||||||
|
PKG_VERSION=""
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="various"
|
||||||
|
PKG_SITE="http://www.openelec.tv"
|
||||||
|
PKG_URL=""
|
||||||
|
PKG_DEPENDS_TARGET="connman iana-etc ethtool openssh"
|
||||||
|
PKG_BUILD_DEPENDS_TARGET="toolchain"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="virtual"
|
||||||
|
PKG_SHORTDESC="network: Metapackage for packages to install network support"
|
||||||
|
PKG_LONGDESC="network: Metapackage for various packages to install network support"
|
||||||
|
|
||||||
$SCRIPTS/install connman
|
PKG_IS_ADDON="no"
|
||||||
$SCRIPTS/install iana-etc
|
PKG_AUTORECONF="no"
|
||||||
$SCRIPTS/install ethtool
|
|
||||||
$SCRIPTS/install openssh
|
|
||||||
|
|
||||||
if [ "$BLUETOOTH_SUPPORT" = "yes" ]; then
|
if [ "$BLUETOOTH_SUPPORT" = "yes" ]; then
|
||||||
$SCRIPTS/install bluez
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET bluez"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user