distribution/packages/kernel/linux-firmware/misc-firmware/package.mk

17 lines
602 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# 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"
2023-11-13 12:47:16 +00:00
PKG_VERSION="a7ba8d5"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="Free-to-use"
PKG_SITE="https://github.com/LibreELEC/misc-firmware"
2023-02-24 13:53:43 +00:00
PKG_URL="https://github.com/LibreELEC/misc-firmware/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain linux kernel-firmware"
2022-02-05 14:23:32 +00:00
PKG_LONGDESC="misc-firmware: firmwares for various drivers"
PKG_TOOLCHAIN="manual"
makeinstall_target() {
2023-02-24 13:53:43 +00:00
DESTDIR=${INSTALL}/$(get_kernel_overlay_dir) ./install
2022-02-05 14:23:32 +00:00
}