4b5b71e803
- remove not applying kernel detect patch - depmod was still called, so fix 001-no_depmod.patch git-svn-id: svn://svn.openwrt.org/openwrt/packages@24456 3c298f89-4303-0410-b956-a3cf2f4a3e73
25 lines
487 B
Diff
25 lines
487 B
Diff
---
|
|
Makefile.in | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -754,8 +754,7 @@ install-dvi: install-dvi-recursive
|
|
install-dvi-am:
|
|
|
|
install-exec-am:
|
|
- @$(NORMAL_INSTALL)
|
|
- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
|
+
|
|
install-html: install-html-recursive
|
|
|
|
install-html-am:
|
|
@@ -827,7 +826,6 @@ xtables-addons.8: FORCE
|
|
${MAKE} -f Makefile.mans all;
|
|
|
|
install-exec-hook:
|
|
- depmod -a || :;
|
|
|
|
config.status: Makefile.iptrules.in
|
|
|