X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/fc95e15a63e30f85b2aef7df57fbc169cec685ff..edab4309b6d825d7bf0a9516d13ee8d1acda8eaa:/package/firewall/Makefile diff --git a/package/firewall/Makefile b/package/firewall/Makefile index e3a28fc0f..7dcc2f573 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:=4 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))