mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-04 17:36:12 +02:00
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:
parent
e7e5d470c1
commit
9bc7e7af56
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user