distribution/packages/tools/rkbin/package.mk

16 lines
443 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="rkbin"
PKG_VERSION="7d631e0"
2022-02-05 14:23:32 +00:00
PKG_ARCH="arm aarch64"
PKG_LICENSE="nonfree"
PKG_SITE="https://github.com/JustEnoughLinuxOS/rkbin"
PKG_URL="${PKG_SITE}.git"
2022-02-05 14:23:32 +00:00
PKG_LONGDESC="rkbin: Rockchip Firmware and Tool Binaries"
PKG_TOOLCHAIN="manual"
if [[ "${DEVICE}" =~ RG351 ]]
then
PKG_VERSION="73945d35fd3a7fe1c7037209e36dd5a0b32c5560"
fi