X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1efeaa35d1f86cc6e962180db9e90fc7f1698061..5581058bc0f37a1b765afde9276383ee42380100:/package/firewall/Makefile diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 82ae04757..59edb0e3f 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=2 -PKG_RELEASE:=18 +PKG_RELEASE:=19 include $(INCLUDE_DIR)/package.mk @@ -18,6 +18,7 @@ define Package/firewall CATEGORY:=Base system URL:=http://openwrt.org/ TITLE:=OpenWrt firewall + MAINTAINER:=Jo-Philipp Wich DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat PKGARCH:=all endef