mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 16:49:53 +00:00
e501e0c75a
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
16 lines
466 B
Makefile
16 lines
466 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="linux-drivers"
|
|
PKG_VERSION=""
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://libreelec.tv"
|
|
PKG_URL=""
|
|
PKG_DEPENDS_TARGET="toolchain ${ADDITIONAL_DRIVERS}"
|
|
PKG_SECTION="virtual"
|
|
PKG_LONGDESC="linux-drivers is a Meta package to install additional drivers"
|
|
|
|
if [ "${DRIVER_ADDONS_SUPPORT}" = "yes" ]; then
|
|
PKG_DEPENDS_TARGET+=" ${DRIVER_ADDONS} driverselect"
|
|
fi
|