diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-01 11:48:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-01 11:48:14 +0000 |
commit | 3c544257f51524d59c311ec2d933b7b172d93f92 (patch) | |
tree | 752a85088d332b5693b0cd17dc3f764d9e44eac4 /package/firewall/Makefile | |
parent | 8f9fb691063015bac84c1ac59d3e6d32c2f4e4fe (diff) | |
download | master-187ad058-3c544257f51524d59c311ec2d933b7b172d93f92.tar.gz master-187ad058-3c544257f51524d59c311ec2d933b7b172d93f92.tar.bz2 master-187ad058-3c544257f51524d59c311ec2d933b7b172d93f92.zip |
[package] firewall: properly handle negated ports in nat reflection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27334 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r-- | package/firewall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile index ff62309d3a..25c1100405 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:=27 +PKG_RELEASE:=28 include $(INCLUDE_DIR)/package.mk |