From 9bc7e7af563587de654ab4fedfe7520b2e5fe049 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 19 Apr 2026 15:24:12 -0700 Subject: [PATCH] omnia-mcutool: build as C99 GCC15 defaults to C23, which does not work here. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/23042 Signed-off-by: Robert Marko --- package/utils/omnia-mcutool/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/utils/omnia-mcutool/Makefile b/package/utils/omnia-mcutool/Makefile index 66f8ffc6d4..17109c8695 100644 --- a/package/utils/omnia-mcutool/Makefile +++ b/package/utils/omnia-mcutool/Makefile @@ -36,6 +36,7 @@ microcontroller on the Turris Omnia router. It can also show state of MCU settings and configure MCU options (GPIOs, LEDs, power). endef +TARGET_CFLAGS += -std=gnu99 TARGET_LDFLAGS += -lcrypto define Build/Compile