From 53d1cb94094cbb4128c91a4d992a8cdeb72f483c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 21 Aug 2014 19:12:34 +0000 Subject: xtables-addons: update to version 2.5 Signed-off-by: Felix Fietkau SVN-Revision: 42256 --- .../utils/xtables-addons/patches/003-fix-kernel-3.9.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/network/utils/xtables-addons/patches/003-fix-kernel-3.9.patch (limited to 'package/network/utils/xtables-addons/patches/003-fix-kernel-3.9.patch') diff --git a/package/network/utils/xtables-addons/patches/003-fix-kernel-3.9.patch b/package/network/utils/xtables-addons/patches/003-fix-kernel-3.9.patch deleted file mode 100644 index 8eac698..0000000 --- a/package/network/utils/xtables-addons/patches/003-fix-kernel-3.9.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/extensions/compat_xtables.h -+++ b/extensions/compat_xtables.h -@@ -82,4 +82,11 @@ static inline void proc_remove(struct pr - } - #endif - -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0) -+static inline void proc_net_remove(struct net *net, const char *name) -+{ -+ remove_proc_entry(name, net->proc_net); -+} -+#endif -+ - #endif /* _XTABLES_COMPAT_H */ -- cgit v1.1