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).
|
settings and configure MCU options (GPIOs, LEDs, power).
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_CFLAGS += -std=gnu99
|
||||||
TARGET_LDFLAGS += -lcrypto
|
TARGET_LDFLAGS += -lcrypto
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user