mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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)
|
||||
LINUXCONFIG='linux-rk3568-odroid-'$BRANCH
|
||||
EXTRAWIFI="no"
|
||||
WIREGUARD="no"
|
||||
SKIP_BOOTSPLASH="yes"
|
||||
|
||||
case $BRANCH in
|
||||
|
||||
edge)
|
||||
export KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel (for armbian-next)
|
||||
KERNELBRANCH='branch:linux-6.1.y'
|
||||
KERNELPATCHDIR='archive/odroidm1-6.1'
|
||||
export KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel (for armbian-next)
|
||||
KERNELBRANCH='tag:v6.2-rc3' # @TODO: soon-to-be 'branch:linux-6.2.y' when it is released
|
||||
KERNELPATCHDIR='archive/odroidm1-6.2' # Empty! Look ma, pure mainline!
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user