Add compatibility inline function.

Signed-off-by: Jan Kardell <[email protected]>
---
 .../utils/xtables-addons/patches/004-fix-kernel-3.14.patch | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 
package/network/utils/xtables-addons/patches/004-fix-kernel-3.14.patch

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 0000000..7bd7121
--- /dev/null
+++ b/package/network/utils/xtables-addons/patches/004-fix-kernel-3.14.patch
@@ -0,0 +1,14 @@
+--- a/extensions/compat_xtables.h      2014-04-17 19:04:33.164624069 +0200
++++ b/extensions/compat_xtables.h      2014-04-17 19:29:09.099728485 +0200
+@@ -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 */
-- 
1.8.1.4
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to