Openwrt/package/network/utils
Felix Fietkau 1c8148a858 ebtables: fix miscompilation on 64bit targets
The musl build "fix" introduced in r45108 removed all netinet/ether.h
includes, which made the prototypes of ether_aton and ether_ntoa
unavailable. As a result, the compiler assumed they return int instead
of a pointer. This currupted the pointer on 64bit targets, causing ebtables
to segfault in commands containing MAC addresses.

Since r46161 made it possible to include both the kernel and the libc
if_ether.h as long as the libc version is included first, this patch
changes the fix to remove the linux/if_ether.h from the ebtables source
(so the fixed version from the kernel is used) and ensures netinet/ether.h
is included early.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

SVN-Revision: 46292
2015-07-10 11:36:49 +00:00
..
arptables
comgt comgt: make ncm proto work via wwan proto 2015-07-08 14:26:04 +00:00
conntrack-tools conntrack-tools: add init script for conntrackd 2015-05-23 15:28:56 +00:00
curl curl: update curl to version 7.43.0 2015-07-03 23:21:01 +00:00
dante
ebtables ebtables: fix miscompilation on 64bit targets 2015-07-10 11:36:49 +00:00
iftop
iperf
iperf3
iproute2 iproute2: honor LDFLAGS 2015-06-19 13:30:18 +00:00
ipset
iptables iptables: reduce binary size 2015-05-26 09:16:50 +00:00
iputils
iw
iwcap
iwinfo iwinfo: fix segfault in mtd parsing code (#19768) 2015-06-01 04:31:45 +00:00
linux-atm linux-atm: add PKG_FIXUP 2015-06-18 11:10:46 +00:00
maccalc
nftables nftables: bump version 2015-04-20 06:30:34 +00:00
owipcalc
resolveip
rssileds
tcpdump
umbim umbim: auto retry when bringup fails 2015-04-21 13:18:40 +00:00
uqmi uqmi: auto retry when bringup fails 2015-04-21 13:18:46 +00:00
wireless-tools
wpan-tools
wwan
xtables-addons xtables-addons: disable for kernel 4.1 for now 2015-06-22 12:27:38 +00:00