aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/network/utils/xtables-addons/patches/004-fix-kernel-3.14.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/network/utils/xtables-addons/patches/004-fix-kernel-3.14.patch b/package/network/utils/xtables-addons/patches/004-fix-kernel-3.14.patch
new file mode 100644
index 0000000000..c866aef112
--- /dev/null
+++ b/package/network/utils/xtables-addons/patches/004-fix-kernel-3.14.patch
@@ -0,0 +1,14 @@
+--- a/extensions/compat_xtables.h
++++ b/extensions/compat_xtables.h
+@@ -89,4 +89,11 @@ static inline void proc_net_remove(struc
+ }
+ #endif
+
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)
++static inline u32 net_random(void)
++{
++ return prandom_u32();
++}
++#endif
++
+ #endif /* _XTABLES_COMPAT_H */