OrangePi_CM5/external/config/sources/families/rockchip64.conf

18 lines
311 B
Plaintext
Raw Normal View History

2020-10-30 09:50:39 +08:00
source "${BASH_SOURCE%/*}/include/rockchip64_common.inc"
BOOTPATCHDIR="u-boot-rockchip64-mainline"
case $BRANCH in
legacy)
KERNELSOURCE='https://github.com/ayufan-rock64/linux-kernel'
KERNELBRANCH='tag:4.4.202-1237-rockchip-ayufan'
KERNELDIR='linux-rockchip64'
;;
esac
prepare_boot_configuration