From: jow Date: Sun, 19 Apr 2009 21:14:47 +0000 (+0000) Subject: [package] firewall: actually copy firewall.user to image X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/46e50210bd165f5becfa35328da5d1ac54332bfa [package] firewall: actually copy firewall.user to image git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15286 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/firewall/Makefile b/package/firewall/Makefile index dfbef6106..76ae2736f 100644 --- 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))