sun55iw3: move to general sunxi patchset
This commit is contained in:
parent
430d9ab41b
commit
6ccc327967
@ -22,15 +22,17 @@ declare -g OVERLAY_DIR="/boot/dtb/allwinner/overlay"
|
||||
declare -g LINUXFAMILY="sun55iw3"
|
||||
declare -g LINUXCONFIG="linux-sunxi64-${BRANCH}"
|
||||
|
||||
|
||||
case "${BRANCH}" in
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.16" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.16"
|
||||
declare -g KERNELPATCHDIR="archive/sunxi-dev-${KERNEL_MAJOR_MINOR}"
|
||||
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.18.2"
|
||||
;;
|
||||
esac
|
||||
|
||||
declare -g KERNELPATCHDIR="archive/sunxi-${KERNEL_MAJOR_MINOR}"
|
||||
|
||||
family_tweaks() {
|
||||
# execute specific tweaks function if present
|
||||
[[ $(type -t family_tweaks_s) == function ]] && family_tweaks_s
|
||||
|
||||
Loading…
Reference in New Issue
Block a user