13 lines
408 B
Makefile
13 lines
408 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2022-present JELOS (https://github.com/JustEnoughLinuxOS)
|
|
|
|
PKG_NAME="rkbin"
|
|
PKG_ARCH="arm aarch64"
|
|
PKG_LICENSE="nonfree"
|
|
PKG_SITE="https://github.com/ROCKNIX/rkbin"
|
|
PKG_LONGDESC="rkbin: Rockchip Firmware and Tool Binaries"
|
|
PKG_TOOLCHAIN="manual"
|
|
PKG_PATCH_DIRS+="${DEVICE}*"
|
|
|
|
PKG_VERSION="30691baa32ebc8a40f23e4cf5471b17256bd7b4d"
|
|
PKG_URL="${PKG_SITE}.git"
|