diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-08 12:11:55 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-08 12:11:55 +0000 |
commit | 7ed5a844a3626e54fbaef6ec8e2c576cdbe4d1a7 (patch) | |
tree | 2c9095d2b0f4caafb91bf33916cef59d2b8341f2 /package/firewall/Makefile | |
parent | ff0ca066b820c970c900187d960f89c0506ea9d5 (diff) | |
download | master-187ad058-7ed5a844a3626e54fbaef6ec8e2c576cdbe4d1a7.tar.gz master-187ad058-7ed5a844a3626e54fbaef6ec8e2c576cdbe4d1a7.tar.bz2 master-187ad058-7ed5a844a3626e54fbaef6ec8e2c576cdbe4d1a7.zip |
[package] firewall: insert SNAT and DNAT rules according to the order of the configuration file (#8052)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23318 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 389c2dff87..1b6ec88099 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:=19 +PKG_RELEASE:=20 include $(INCLUDE_DIR)/package.mk |