omnia-mcutool: build as C99

GCC15 defaults to C23, which does not work here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23042
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Rosen Penev 2026-04-19 15:24:12 -07:00 committed by Robert Marko
parent e7e5d470c1
commit 9bc7e7af56

View File

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