mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-20 22:45:25 +00:00
e501e0c75a
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
12 lines
342 B
Makefile
12 lines
342 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="linux-firmware"
|
|
PKG_VERSION=""
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE=""
|
|
PKG_URL=""
|
|
PKG_DEPENDS_TARGET="toolchain ${FIRMWARE}"
|
|
PKG_SECTION="virtual"
|
|
PKG_LONGDESC="linux-firmware is a meta-package to install various free firmware drivers"
|