17 lines
680 B
Makefile
17 lines
680 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="misc-firmware"
|
|
PKG_VERSION="9dd2a25"
|
|
PKG_SHA256="8788d153cbee0bfd9998aed4cf2e015b373529d4b9c2c35325a08ef390855ec6"
|
|
PKG_LICENSE="Free-to-use"
|
|
PKG_SITE="https://github.com/LibreELEC/misc-firmware"
|
|
PKG_URL="https://github.com/LibreELEC/misc-firmware/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain linux kernel-firmware"
|
|
PKG_LONGDESC="misc-firmware: firmwares for various drivers"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
makeinstall_target() {
|
|
DESTDIR=${INSTALL}/$(get_kernel_overlay_dir) ./install
|
|
}
|