mirror of https://github.com/hak5/openwrt.git
parent
87c7791bf2
commit
41c3d515d2
|
@ -42,6 +42,8 @@ define Package/firewall/install
|
||||||
$(INSTALL_BIN) ./files/firewall.init $(1)/etc/init.d/firewall
|
$(INSTALL_BIN) ./files/firewall.init $(1)/etc/init.d/firewall
|
||||||
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
|
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
|
||||||
$(INSTALL_DATA) ./files/20-firewall $(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
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,firewall))
|
$(eval $(call BuildPackage,firewall))
|
||||||
|
|
Loading…
Reference in New Issue