1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00
openwrt/package
Georgi Valkov 32e4c50d24 ebtables: fix compilation with GCC14
Remove 100-musl_fix.patch, which is no longer needed
and causes a build error with gcc-14.

Fixes:
useful_functions.c:63:41: error: passing argument 1 of 'ether_ntoa' from incompatible pointer type [-Wincompatible-pointer-types]
   63 |                 printf("%s", ether_ntoa((struct ether_addr *) mac));
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                                         |
      |                                         struct ether_addr *
In file included from include/ebtables_u.h:28,
                 from useful_functions.c:25:
/Volumes/wrt3200/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3-d16_gcc-14.1.0_musl_eabi/include/netinet/ether.h:10:19: note: expected 'const struct ether_addr *' but argument is of type 'struct ether_addr *'
   10 | char *ether_ntoa (const struct ether_addr *);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15576
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-05-28 10:41:45 +02:00
..
base-files build: generate private key for APK early 2024-05-22 19:28:20 +02:00
boot ath79: add support for Dell SonicPoint ACe APL26-0AE 2024-05-27 00:32:57 +02:00
devel gperf: build as C++11 2024-05-10 00:11:10 +02:00
firmware ppfe-firmware: Bump to lf-6.6.3-1.0.0 2024-05-25 20:18:23 +02:00
kernel kernel/modules/other/mlxreg: add new package 2024-05-25 20:36:32 +02:00
libs libbpf: Update to v1.4.2 2024-05-21 08:02:55 +02:00
network ebtables: fix compilation with GCC14 2024-05-28 10:41:45 +02:00
system apk: update to latest HEAD 2024-05-19 2024-05-20 18:10:42 +03:00
utils usbmode: add Huawei E5785 2024-05-23 22:49:25 +02:00
Makefile build: generate private key for APK early 2024-05-22 19:28:20 +02:00