diff options
Diffstat (limited to 'package/network/utils/xtables-addons/patches/001-no_depmod.patch')
-rw-r--r-- | package/network/utils/xtables-addons/patches/001-no_depmod.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/network/utils/xtables-addons/patches/001-no_depmod.patch b/package/network/utils/xtables-addons/patches/001-no_depmod.patch new file mode 100644 index 0000000000..9905af172b --- /dev/null +++ b/package/network/utils/xtables-addons/patches/001-no_depmod.patch @@ -0,0 +1,16 @@ +--- + Makefile.in | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +--- a/Makefile.am ++++ b/Makefile.am +@@ -11,9 +11,6 @@ FORCE: + xtables-addons.8: FORCE + ${MAKE} -f Makefile.mans all; + +-install-exec-hook: +- depmod -a || :; +- + config.status: Makefile.iptrules.in + + tmpdir := $(shell mktemp -dtu) |