aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.10/614-netfilter_arpt_arp_padding_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-3.10/614-netfilter_arpt_arp_padding_fix.patch')
-rw-r--r--target/linux/generic/patches-3.10/614-netfilter_arpt_arp_padding_fix.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/generic/patches-3.10/614-netfilter_arpt_arp_padding_fix.patch b/target/linux/generic/patches-3.10/614-netfilter_arpt_arp_padding_fix.patch
deleted file mode 100644
index 70a8d04fa2..0000000000
--- a/target/linux/generic/patches-3.10/614-netfilter_arpt_arp_padding_fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/include/uapi/linux/netfilter_arp/arp_tables.h
-+++ b/include/uapi/linux/netfilter_arp/arp_tables.h
-@@ -68,6 +68,13 @@ struct arpt_arp {
- __u8 flags;
- /* Inverse flags */
- __u16 invflags;
-+
-+ /* For some reason Linaro GCC 4.6-2013.05 omits the two
-+ * byte padding here when building for MIPS 34kc, leading to
-+ * userspace abi mismatches.
-+ * Add a dummy field to align this struct to 4 bytes
-+ */
-+ __u16 padding;
- };
-
- /* Values for "flag" field in struct arpt_ip (general arp structure).