openwrt-6.x/package
Robert Marko 9acd6e5e98 ead: fix compilation with GCC14
Trying to compile EAD with now default GCC14 will fail due to now erroring
out on implicit int type as well as implicit function declarations.

Due to this, the packaged configure script will fail on the simple compiler
test as the generated test uses main loop with an implicit int type.

So, instead of patching multiple test cases in the shipped configure script
for tinysrp lets run autoreconf on it so its regenerated.

We also need to pass -Wno-error=implicit-function-declaration as there are
multiple instances of tinysrp code relying on implicit function declarations.

Link: https://github.com/openwrt/openwrt/pull/18645
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-04-30 15:25:53 +02:00
..
base-files package: basefiles: add oem image dectection to fwtool.sh 2025-04-30 13:15:42 +02:00
boot mediatek: add support for Routerich AX3000 v1 2025-04-25 17:03:45 +02:00
devel strace: update to 6.14 2025-03-25 23:25:51 +01:00
firmware qualcommax: add support for ELECOM WRC-X3000GS2 2025-04-22 20:58:29 +02:00
kernel ltq-adsl: use remove_new for platform_device 2025-04-28 10:30:29 +02:00
libs udebug: add missing dependencies 2025-04-24 14:22:58 +02:00
network ead: fix compilation with GCC14 2025-04-30 15:25:53 +02:00
system apk: backport fix for GCC15 with LTO 2025-04-21 14:21:10 +02:00
utils cli: add explicit option for pretty printing command result data 2025-04-30 11:04:14 +02:00
Makefile build: lock versions for special APK packages 2025-02-04 13:48:59 +00:00