Skip to content

Commit

Permalink
Update to Alpine 3.20.0 with Kernel 6.6.31
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel <[email protected]>
  • Loading branch information
Styne13 committed May 24, 2024
1 parent 920abe3 commit a19dbdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
UBOOT_TAG ?= v2022.01
UBOOT_SOURCE ?= github.com/u-boot/u-boot.git -b $(UBOOT_TAG)
#UBOOT_SOURCE ?= github.com/linux-sunxi/u-boot-sunxi
LINUX_TAG ?= v6.6.15
LINUX_TAG ?= v6.6.31
LINUX_SOURCE ?= git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git -b $(LINUX_TAG)
#LINUX_SOURCE ?= github.com/linux-sunxi/linux-sunxi -b sunxi-next
XRADIO_SOURCE ?= github.com/fifteenhex/xradio.git
#XRADIO_SOURCE ?= github.com/moonbuggy/xradio
XR819_FW_SOURCE ?= github.com/armbian/firmware.git
REGDB_SOURCE ?= git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb
ALPINE_VERSION ?= 3.19.1
ALPINE_VERSION ?= 3.20.0
ALPINE_SERVER ?= dl-cdn.alpinelinux.org
OVERLAYS_SOURCE ?= github.com/armbian/sunxi-DT-overlays.git

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([orange-pi-zero-alpine], [3.19.1], [])
AC_INIT([orange-pi-zero-alpine], [3.20.0], [])

m4_define([mb_include], [m4_include][([$1])])dnl

Expand Down

0 comments on commit a19dbdc

Please sign in to comment.