mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
2f2055de0e
66a9701 ebtables: Fix build errors and warnings
9fff3d5 include: Fix musl libc compatibility
b1cdae8 extensions: Add string filter to ebtables
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
(backported from ac70ac3532
)
(rebased patches)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
11 lines
223 B
Diff
11 lines
223 B
Diff
--- a/include/ebtables_u.h
|
|
+++ b/include/ebtables_u.h
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#ifndef EBTABLES_U_H
|
|
#define EBTABLES_U_H
|
|
+#define _NETINET_IF_ETHER_H
|
|
#include <netinet/in.h>
|
|
#include <netinet/ether.h>
|
|
#include <ebtables.h>
|