projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87c7791
)
firewall: actually copy firewall.user to image
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 19 Apr 2009 21:14:47 +0000
(21:14 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 19 Apr 2009 21:14:47 +0000
(21:14 +0000)
SVN-Revision: 15286
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))