PKG_NAME:=firewall
PKG_VERSION:=2
-PKG_RELEASE:=17
+PKG_RELEASE:=20
include $(INCLUDE_DIR)/package.mk
CATEGORY:=Base system
URL:=http://openwrt.org/
TITLE:=OpenWrt firewall
+ MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat
PKGARCH:=all
endef
define Package/firewall/conffiles
/etc/config/firewall
+/etc/firewall.user
endef
define Package/firewall/install