From: Rosen Penev Date: Sun, 19 Apr 2026 22:24:12 +0000 (-0700) Subject: omnia-mcutool: build as C99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bc7e7af563587de654ab4fedfe7520b2e5fe049;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/utils/omnia-mcutool/Makefile b/package/utils/omnia-mcutool/Makefile index 66f8ffc6d4a..17109c86957 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