From 3874bc250bfad97c0917d2d60b45ea76f9f0e6b6 Mon Sep 17 00:00:00 2001 From: EvilOlaf Date: Sat, 10 Jan 2026 09:21:06 +0000 Subject: [PATCH] fix patching config `overlay-directories:` has been commented by accident --- patch/kernel/archive/sunxi-6.18/0000.patching_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/kernel/archive/sunxi-6.18/0000.patching_config.yaml b/patch/kernel/archive/sunxi-6.18/0000.patching_config.yaml index 61bf54ea38..42284f1131 100644 --- a/patch/kernel/archive/sunxi-6.18/0000.patching_config.yaml +++ b/patch/kernel/archive/sunxi-6.18/0000.patching_config.yaml @@ -9,7 +9,7 @@ config: # every file in these directories will be copied as-is to the build tree; later ones overwrite earlier ones # This is meant as a way to have overlays, bare, in a directory, without having to null-patch them in. # rpardini: SUNXI: sunxi has .patch's for overlays and their Makefile -- needs manual conversion to bare overlay_32 and overlay_64 dirs - #overlay-directories: + overlay-directories: - { source: "overlay_32", target: "arch/arm/boot/dts/allwinner/overlay" } - { source: "overlay_64", target: "arch/arm64/boot/dts/allwinner/overlay" }