mirror of https://github.com/armbian/build.git
sunxi-6.6: Switch to v6.6.37, edit incorrect patch messages
This commit is contained in:
parent
ef444f587a
commit
641025e1a4
|
@ -30,7 +30,7 @@ case $BRANCH in
|
|||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.6.36"
|
||||
declare -g KERNELBRANCH="tag:v6.6.37"
|
||||
;;
|
||||
|
||||
edge)
|
||||
|
|
|
@ -31,7 +31,7 @@ case $BRANCH in
|
|||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.6.36"
|
||||
declare -g KERNELBRANCH="tag:v6.6.37"
|
||||
;;
|
||||
|
||||
edge)
|
||||
|
|
|
@ -2,20 +2,6 @@ From 1a8ee4f49169293e1144c2297db537a1e7de63ed Mon Sep 17 00:00:00 2001
|
|||
From: Stephen Graf <stephen.graf@gmail.com>
|
||||
Date: Thu, 9 May 2024 20:59:34 -0700
|
||||
Subject: Sound for H616, H618 Allwinner SOCs
|
||||
arch/arm64/boot/dts/allwinner/sun50i-h616-orangepi-zero.dtsi
|
||||
arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi
|
||||
drivers/clk/sunxi-ng/ccu-sun50i-h616.c include/sound/soc-dai.h
|
||||
sound/soc/Kconfig sound/soc/Makefile sound/soc/soc-core.c
|
||||
sound/soc/sunxi/Kconfig sound/soc/sunxi/Makefile
|
||||
sound/soc/sunxi/sun50iw9-codec.c sound/soc/sunxi_v2/Kconfig
|
||||
sound/soc/sunxi_v2/Makefile sound/soc/sunxi_v2/drv_hdmi.h
|
||||
sound/soc/sunxi_v2/snd_sunxi_ahub.c sound/soc/sunxi_v2/snd_sunxi_ahub.h
|
||||
sound/soc/sunxi_v2/snd_sunxi_ahub_dam.c
|
||||
sound/soc/sunxi_v2/snd_sunxi_ahub_dam.h sound/soc/sunxi_v2/snd_sunxi_common.c
|
||||
sound/soc/sunxi_v2/snd_sunxi_common.h sound/soc/sunxi_v2/snd_sunxi_log.h
|
||||
sound/soc/sunxi_v2/snd_sunxi_mach.c sound/soc/sunxi_v2/snd_sunxi_mach.h
|
||||
sound/soc/sunxi_v2/snd_sunxi_mach_utils.c
|
||||
sound/soc/sunxi_v2/snd_sunxi_mach_utils.h
|
||||
|
||||
Signed-off-by: Stephen Graf <stephen.graf@gmail.com>
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue