projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5ace1f
)
Merge r15286 to 8.09
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 19 Apr 2009 21:15:35 +0000
(21:15 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 19 Apr 2009 21:15:35 +0000
(21:15 +0000)
SVN-Revision: 15287
package/firewall/Makefile
patch
|
blob
|
history
diff --git
a/package/firewall/Makefile
b/package/firewall/Makefile
index dfbef6106d28c8ab1b115ccabf1725dfad8659f5..76ae2736f936fa8dfd15d46a4b81b0cd09eab17f 100644
(file)
--- a/
package/firewall/Makefile
+++ b/
package/firewall/Makefile
@@
-42,6
+42,8
@@
define Package/firewall/install
$(INSTALL_BIN) ./files/firewall.init $(1)/etc/init.d/firewall
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
$(INSTALL_DATA) ./files/20-firewall $(1)/etc/hotplug.d/iface
+ $(INSTALL_DIR) $(1)/etc
+ $(INSTALL_DATA) ./files/firewall.user $(1)/etc
endef
$(eval $(call BuildPackage,firewall))