odroidm1: bump to 6.2-rc3; look ma, no patches.
- pure mainline, https://github.com/torvalds/linux/commits/master/arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts - don't disable EXTRAWIFI
This commit is contained in:
parent
3ea6da8c7a
commit
0bcc6c1ca2
@ -8,16 +8,15 @@ BOOTSCRIPT='boot-rockchip64-vendor.cmd:boot.cmd' # Use ramaddr_r for loading fdt
|
|||||||
|
|
||||||
LINUXFAMILY="rk3568-odroid" # a separate family for this (separate kernel deb)
|
LINUXFAMILY="rk3568-odroid" # a separate family for this (separate kernel deb)
|
||||||
LINUXCONFIG='linux-rk3568-odroid-'$BRANCH
|
LINUXCONFIG='linux-rk3568-odroid-'$BRANCH
|
||||||
EXTRAWIFI="no"
|
|
||||||
WIREGUARD="no"
|
WIREGUARD="no"
|
||||||
SKIP_BOOTSPLASH="yes"
|
SKIP_BOOTSPLASH="yes"
|
||||||
|
|
||||||
case $BRANCH in
|
case $BRANCH in
|
||||||
|
|
||||||
edge)
|
edge)
|
||||||
export KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel (for armbian-next)
|
export KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel (for armbian-next)
|
||||||
KERNELBRANCH='branch:linux-6.1.y'
|
KERNELBRANCH='tag:v6.2-rc3' # @TODO: soon-to-be 'branch:linux-6.2.y' when it is released
|
||||||
KERNELPATCHDIR='archive/odroidm1-6.1'
|
KERNELPATCHDIR='archive/odroidm1-6.2' # Empty! Look ma, pure mainline!
|
||||||
;;
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user