armbian-next: fix sunxi/sunxi64 using wrong KERNELPATCHDIR and incurring in old symlinks

This commit is contained in:
Ricardo Pardini
2022-12-23 13:06:18 +01:00
parent 9200a2ce0c
commit eb6081678f
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ export BOOTENV_FILE='sunxi.txt'
UBOOT_TARGET_MAP="${UBOOT_TARGET_MAP:-;;u-boot-sunxi-with-spl.bin}"
export BOOTSCRIPT='boot-sun50i-next.cmd:boot.cmd'
export LINUXFAMILY=sunxi64
export KERNELPATCHDIR='sunxi-'$BRANCH
case $BRANCH in
@@ -39,6 +38,7 @@ if [[ "$USE_MEGOUS" == "yes" ]]; then
fi
unset KERNELBRANCH_MEGOUS
KERNELPATCHDIR="archive/sunxi-${KERNEL_MAJOR_MINOR}"
family_tweaks() {
# execute specific tweaks function if present

View File

@@ -9,7 +9,6 @@ export LINUXFAMILY=sunxi
export UBOOT_FW_ENV='0x88000,0x20000' # /etc/fw_env.config offset and env size
export ASOUND_STATE='asound.state.sunxi-next'
export GOVERNOR=ondemand
export KERNELPATCHDIR='sunxi-'$BRANCH
case $BRANCH in
@@ -40,6 +39,7 @@ if [[ "$USE_MEGOUS" == "yes" ]]; then
fi
unset KERNELBRANCH_MEGOUS
KERNELPATCHDIR="archive/sunxi-${KERNEL_MAJOR_MINOR}"
family_tweaks() {
# execute specific tweaks function if present