armbian-build/config/sources/sun8i-r40.conf
2017-06-05 18:47:13 +03:00

21 lines
419 B
Plaintext

source "${BASH_SOURCE%/*}/sunxi_common.inc"
[[ -z $OVERLAY_PREFIX ]] && OVERLAY_PREFIX='sun8i-r40'
case $BRANCH in
dev)
KERNELSOURCE='https://github.com/Icenowy/linux'
KERNELBRANCH='branch:r40-v2'
KERNELDIR='linux-sun8i-r40-mainline'
BOOTSOURCE='https://github.com/Icenowy/u-boot'
BOOTBRANCH='branch:r40-sata'
GOVERNOR=ondemand
;;
esac
[[ -z $CPUMIN ]] && CPUMIN=480000
[[ -z $CPUMAX ]] && CPUMAX=1010000