From 65069acffa00799386f466ae47114cffc748ed1a Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 13 Aug 2021 07:38:43 +0200 Subject: [PATCH] Bugfix - family should be defined inside legacy section only --- config/sources/families/sun50iw9.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/sources/families/sun50iw9.conf b/config/sources/families/sun50iw9.conf index 9e41a7d3b..fbe43043c 100644 --- a/config/sources/families/sun50iw9.conf +++ b/config/sources/families/sun50iw9.conf @@ -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}