X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/fc95e15a63e30f85b2aef7df57fbc169cec685ff..49d65e70587712d6bef237c6d5b15aa86597465b:/package/firewall/Makefile diff --git a/package/firewall/Makefile b/package/firewall/Makefile index e3a28fc0f..0f1b1118d 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=1 -PKG_RELEASE:=1 +PKG_RELEASE:=5 include $(INCLUDE_DIR)/package.mk @@ -18,7 +18,8 @@ define Package/firewall CATEGORY:=Base system URL:=http://openwrt.org/ TITLE:=OpenWrt firewall - DEPENDS:=+iptables +iptables-mod-ipopt +iptables-mod-extra + DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat + PKGARCH:=all endef define Package/firewall/description @@ -42,6 +43,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))