Skip to content

Commit 9bc7e7a

Browse files
nehebrobimarko
authored andcommitted
omnia-mcutool: build as C99
GCC15 defaults to C23, which does not work here. Signed-off-by: Rosen Penev <[email protected]> Link: openwrt/openwrt#23042 Signed-off-by: Robert Marko <[email protected]>
1 parent e7e5d47 commit 9bc7e7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package/utils/omnia-mcutool/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ microcontroller on the Turris Omnia router. It can also show state of MCU
3636
settings and configure MCU options (GPIOs, LEDs, power).
3737
endef
3838

39+
TARGET_CFLAGS += -std=gnu99
3940
TARGET_LDFLAGS += -lcrypto
4041

4142
define Build/Compile

0 commit comments

Comments
 (0)