mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Raspberry PI: move EDGE kernel from 6.14 to 6.13 as it doesn't build
This commit is contained in:
@@ -37,8 +37,8 @@ case "${BRANCH}" in
|
|||||||
edge)
|
edge)
|
||||||
declare -g EXTRAWIFI="no"
|
declare -g EXTRAWIFI="no"
|
||||||
declare -g KERNELSOURCE='https://github.com/raspberrypi/linux'
|
declare -g KERNELSOURCE='https://github.com/raspberrypi/linux'
|
||||||
declare -g KERNEL_MAJOR_MINOR="6.14" # Major and minor versions of this kernel. For mainline caching.
|
declare -g KERNEL_MAJOR_MINOR="6.13" # Major and minor versions of this kernel. For mainline caching.
|
||||||
declare -g KERNELBRANCH="branch:rpi-6.14.y"
|
declare -g KERNELBRANCH="branch:rpi-6.13.y"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user