mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
[package] firewall: actually copy firewall.user to image
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15286 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
eb9cb15f8c
commit
46e50210bd
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user