X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Ffirewall%2FMakefile;h=76ae2736f936fa8dfd15d46a4b81b0cd09eab17f;hb=e56f132e78b9cc02c54cf71d5240055af3f53d7e;hp=23f23e6dc1fa74b59399f476bee0fa9a167541ed;hpb=aa954c1c5dd50c89f91ac2574482ab7c927a3c54;p=openwrt-10.03%2F.git diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 23f23e6dc..76ae2736f 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:=3 include $(INCLUDE_DIR)/package.mk @@ -18,11 +18,11 @@ 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 endef define Package/firewall/description - firewall for openwrt, you can select if you want to use the old version or the new uci based script + uci based firewall for openwrt endef define Build/Compile @@ -42,6 +42,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))