xtables-addons: update to v2.1, fix compilation against Linux 3.7.2, refresh patches
[openwrt/svn-archive/archive.git] / net / xtables-addons / patches / 001-no_depmod.patch
1 ---
2 Makefile.in | 3 +--
3 1 file changed, 1 insertion(+), 2 deletions(-)
4
5 --- a/Makefile.am
6 +++ b/Makefile.am
7 @@ -11,9 +11,6 @@ FORCE:
8 xtables-addons.8: FORCE
9 ${MAKE} -f Makefile.mans all;
10
11 -install-exec-hook:
12 - depmod -a || :;
13 -
14 config.status: Makefile.iptrules.in
15
16 tmpdir := $(shell mktemp -dtu)