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