projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also move...
[openwrt.git]
/
package
/
iptables
/
Makefile
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
8609b6d
..
e637771
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-305,9
+305,9
@@
MAKE_FLAGS := \
KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
KBUILD_OUTPUT="$(LINUX_DIR)" \
-define Build/Prepare
-$(call Build/Prepare/Default)
+define Build/Configure
(cd $(PKG_BUILD_DIR); ./autogen.sh)
+$(call Build/Configure/Default)
endef
define Build/InstallDev
This page took
0.024353 seconds
and
4
git commands to generate.