projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a3110
)
firewall3: fix accidentally changed install directive
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 4 Jun 2013 12:30:50 +0000
(12:30 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 4 Jun 2013 12:30:50 +0000
(12:30 +0000)
SVN-Revision: 36840
package/network/config/firewall/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/firewall/Makefile
b/package/network/config/firewall/Makefile
index 1e6432ac94c09906ed86b2861ddace52b37c2f80..18a86014cbda860b225563e27c3b9897d621b72b 100644
(file)
--- a/
package/network/config/firewall/Makefile
+++ b/
package/network/config/firewall/Makefile
@@
-52,7
+52,7
@@
CMAKE_OPTIONS += $(if $(CONFIG_IPV6),,-DDISABLE_IPV6=1)
define Package/firewall/install
$(INSTALL_DIR) $(1)/sbin
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/firewall $(1)/sbin/fw3
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/firewall
3
$(1)/sbin/fw3
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/firewall.init $(1)/etc/init.d/firewall
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface