Bugfix - family should be defined inside legacy section only

This commit is contained in:
Igor Pecovnik 2021-08-13 07:38:43 +02:00
parent bca368dc2c
commit 65069acffa

View File

@ -1,7 +1,5 @@
source "${BASH_SOURCE%/*}/include/sunxi64_common.inc"
LINUXFAMILY=sun50iw9
[[ -z $CPUMIN ]] && CPUMIN=480000
[[ -z $CPUMAX ]] && CPUMAX=1512000
GOVERNOR=ondemand
@ -10,6 +8,7 @@ case $BRANCH in
legacy)
LINUXFAMILY=sun50iw9
KERNELSOURCE='https://github.com/orangepi-xunlong/linux-orangepi.git'
KERNELBRANCH="branch:orange-pi-4.9-sun50iw9"
KERNELPATCHDIR=${BOARDFAMILY}-${BRANCH}