bump rpi-6.18.y to f2f68e79f16f (2026-04-22), kernel 6.18.24

This commit is contained in:
local-build
2026-04-23 16:53:11 +01:00
parent 2a51b5d60b
commit 511fbc0e97
3 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ ASSET_TYPE ?= rpi_5
CONFIG_TXT ?= dtparam=i2c_arm=on
EXTENSIONS ?=
EXTENSION_ARGS := $(foreach ext,$(EXTENSIONS),--system-extension-image $(ext))
override EXTENSIONS := $(shell echo "$$EXTENSIONS")
override EXTENSION_ARGS := $(foreach ext,$(EXTENSIONS),--system-extension-image $(ext))
EXTRA_KERNEL_ARGS ?=
EXTRA_KERNEL := $(foreach arg,$(EXTRA_KERNEL_ARGS),--extra-kernel-arg $(arg))