projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc0f5aa
)
move exec permissions fix at Build/Prepare stage
author
Nicolas Thill
<nico@openwrt.org>
Sun, 16 Sep 2007 16:25:53 +0000
(16:25 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 16 Sep 2007 16:25:53 +0000
(16:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8802
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
bd0ecda
..
94c81ba
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-195,6
+195,11
@@
define Package/ip6tables-utils
TITLE:=ip6tables save and restore utilities
endef
+define Build/Prepare
+ $(call Build/Prepare/Default)
+ chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test*
+endef
+
define Build/Configure
rm -f $(PKG_BUILD_DIR)/.configured*
$(MAKE) -C $(PKG_BUILD_DIR) \
@@
-202,7
+207,6
@@
define Build/Configure
endef
define Build/Compile
- chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test*
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \