armbian-build/config/sources/families/rockchip64.conf

16 lines
382 B
Plaintext

source "${BASH_SOURCE%/*}/include/rockchip64_common.inc"
case $BRANCH in
legacy)
KERNELDIR='linux-rockchip64'
KERNELSOURCE='https://github.com/ayufan-rock64/linux-kernel'
export KERNEL_MAJOR_MINOR="4.4" # Major and minor versions of this kernel.
KERNELBRANCH='tag:4.4.202-1237-rockchip-ayufan'
KERNELPATCHDIR='rockchip64-'$BRANCH
;;
esac
prepare_boot_configuration