openwrt-mirror/package
Zoltan HERPAI faef19c22c dns320l-mcu: fix compilation with GCC14
Bump version to fix compiling with GCC14.

This fixes the following compile problem:
```
dns320l-daemon.c: In function 'main':
dns320l-daemon.c:740:18: error: implicit declaration of function 'isprint' [-Wimplicit-function-declaration]
  740 |         else if (isprint (optopt))
      |                  ^~~~~~~
dns320l-daemon.c:50:1: note: include '<ctype.h>' or provide a declaration of 'isprint'
   49 | #include "dns320l-daemon.h"
  +++ |+#include <ctype.h>
   50 |
dns320l-daemon.c:799:5: error: implicit declaration of function 'umask' [-Wimplicit-function-declaration]
  799 |     umask(0);
      |     ^~~~~
dns320l-daemon.c:864:5: error: 'return' with no value, in function returning non-void [-Wreturn-mismatch]
  864 |     return;
      |     ^~~~~~
dns320l-daemon.c:691:5: note: declared here
  691 | int main(int argc, char *argv[])
      |     ^~~~
```

Link: https://github.com/openwrt/openwrt/pull/18688
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
2025-05-03 22:57:11 +02:00
..
base-files package: basefiles: add oem image dectection to fwtool.sh 2025-04-30 13:15:42 +02:00
boot boot-lantiq: Fix compilation with GCC 14 2025-05-03 22:04:13 +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 mac80211: ath9k: fix missing prototypes warnings 2025-05-03 20:16:25 +02:00
libs libsemanage: update to 3.8.1 and fix build with GCC14 2025-05-02 19:15:42 +02:00
network ltq-adsl-app: Fix compilation with GCC 14 2025-05-03 22:04:13 +02:00
system apk: backport fix for GCC15 with LTO 2025-04-21 14:21:10 +02:00
utils dns320l-mcu: fix compilation with GCC14 2025-05-03 22:57:11 +02:00
Makefile build: lock versions for special APK packages 2025-02-04 13:48:59 +00:00