# # SPDX-License-Identifier: GPL-2.0 # # Copyright (c) 2013-2023 Igor Pecovnik, igor@armbian.com # # This file is a part of the Armbian Build Framework # https://github.com/armbian/build/ # source "${BASH_SOURCE%/*}/include/rockchip64_common.inc" case $BRANCH in legacy) KERNELSOURCE='https://github.com/friendlyarm/kernel-rockchip' export KERNEL_MAJOR_MINOR="4.4" # Major and minor versions of this kernel. KERNELBRANCH='branch:nanopi4-linux-v4.4.y' KERNELDIR='linux-rockchip64' KERNELCONFIG='linux-rockchip64' ;; esac prepare_boot_configuration atf_custom_postprocess() { : }