netfilter.mk: extend nf_add macro to take a version dependency expression
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 15 Dec 2012 00:05:35 +0000 (00:05 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 15 Dec 2012 00:05:35 +0000 (00:05 +0000)
commit882aae4570f55881cfb55776c936df01a7c9574c
tree071fbee2c8b22612cd88fcfe1bba4fd4cd0b834a
parentceca4b17830529e90501575ebfb684cc8900bb36
netfilter.mk: extend nf_add macro to take a version dependency expression

- nf_add now takes an optional 4th argument which specifies a kernel version dependency, e.g. "lt 3.7.0"
- remove CompareKernelPatchVer conditionals around nf_add invocations, use version depends instead
- fixes xt_LOG.ko packaging with Linux 3.6.0 and later

SVN-Revision: 34681
include/netfilter.mk