mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: fix sunxi/sunxi64 using wrong KERNELPATCHDIR and incurring in old symlinks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user