Skip to content

Commit

Permalink
update to linux 6.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: John Clark <[email protected]>
  • Loading branch information
inindev committed Nov 29, 2023
1 parent cbef4ff commit d17f94f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dtb/make_dtb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set -e
# 5: invalid file hash

main() {
local linux='https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.2.tar.xz'
local lxsha='73d4f6ad8dd6ac2a41ed52c2928898b7c3f2519ed5dbdb11920209a36999b77e'
local linux='https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.3.tar.xz'
local lxsha='28edfc3d4f90cd738f2a20f5a2d68510268176d6111f6278d8f495edfd9495a7'

local lf="$(basename "$linux")"
local lv="$(echo "$lf" | sed -nE 's/linux-(.*)\.tar\..z/\1/p')"
Expand Down
4 changes: 2 additions & 2 deletions kernel/make_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ config_fixups() {
}

main() {
local linux='https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.2.tar.xz'
local lxsha='73d4f6ad8dd6ac2a41ed52c2928898b7c3f2519ed5dbdb11920209a36999b77e'
local linux='https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.3.tar.xz'
local lxsha='28edfc3d4f90cd738f2a20f5a2d68510268176d6111f6278d8f495edfd9495a7'

local lf="$(basename "$linux")"
local lv="$(echo "$lf" | sed -nE 's/linux-(.*)\.tar\..z/\1/p')"
Expand Down

0 comments on commit d17f94f

Please sign in to comment.