kernel: add a patch to allow disabling processing of the netfilter "filter" table...
[openwrt.git] / package / network / utils / xtables-addons / patches-1.x / 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)