mirror of
https://github.com/armbian/build.git
synced 2025-09-17 19:51:31 +02:00
* Bump to 5.15.y imx6, xu4, rocchip64, jetson-nano * Sunxi patches cleanup Thanks @jernejsk * Bump Meson64 to 5.15.y * Bump mvebu* to 5.15.y @heisath Disable 13-net-mvneta.patch - double check. * Add uppstram patch for opi zero2 legacy kernel * Update mvebu mvneta patch * Orangepi Zero2 reboot fix Co-authored-by: Heisath <jannis@imserv.org>
13 lines
344 B
Diff
13 lines
344 B
Diff
--- a/scripts/Makefile.lib
|
|
+++ b/scripts/Makefile.lib
|
|
@@ -277,6 +277,9 @@ quiet_cmd_gzip = GZIP $@
|
|
DTC ?= $(objtree)/scripts/dtc/dtc
|
|
DTC_FLAGS += -Wno-interrupt_provider
|
|
|
|
+# Enable overlay support
|
|
+DTC_FLAGS += -@
|
|
+
|
|
# Disable noisy checks by default
|
|
ifeq ($(findstring 1,$(KBUILD_EXTRA_WARN)),)
|
|
DTC_FLAGS += -Wno-unit_address_vs_reg \
|