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 | a43f5b5038a93c52b5d45bcbcff78adb6410c43c (patch) | |
tree | 475cdbadf7ca6b211e2c5a36adfbacce400f0b73 /package/firewall/Makefile | |
parent | 458e8736fc0646f892b77f50e80a24579058bb71 (diff) | |
download | upstream-a43f5b5038a93c52b5d45bcbcff78adb6410c43c.tar.gz upstream-a43f5b5038a93c52b5d45bcbcff78adb6410c43c.tar.bz2 upstream-a43f5b5038a93c52b5d45bcbcff78adb6410c43c.zip |
firewall: insert SNAT and DNAT rules according to the order of the configuration file (#8052)
SVN-Revision: 23318
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 |