mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
patching: fix: use correct has_overlay_directories instead of has_dts_directories for overlay processing
This commit is contained in:
@@ -338,7 +338,7 @@ if apply_patches:
|
||||
autopatcher_descriptions.extend(dt_makefile_patcher.copy_bare_files(autopatcher_params, "dt"))
|
||||
|
||||
# Include the overlay stuff
|
||||
if pconfig.has_dts_directories:
|
||||
if pconfig.has_overlay_directories:
|
||||
autopatcher_descriptions.extend(dt_makefile_patcher.copy_bare_files(autopatcher_params, "overlay"))
|
||||
|
||||
# Autopatch the Makefile(s) according to the config
|
||||
|
||||
Reference in New Issue
Block a user