fix patching config

`overlay-directories:` has been commented by accident
This commit is contained in:
EvilOlaf 2026-01-10 09:21:06 +00:00 committed by Werner
parent 6d7c35e244
commit 3874bc250b

View File

@ -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" }