diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-05 19:03:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-05 19:03:17 +0000 |
commit | eb79296cc10f6168892278b4aa921566178b1f20 (patch) | |
tree | d0c316a221006e53285d7abc638e848e263febbb /package/firewall/Makefile | |
parent | 0c6653c6e2f5c122afee186d69cef106bae69d66 (diff) | |
download | upstream-eb79296cc10f6168892278b4aa921566178b1f20.tar.gz upstream-eb79296cc10f6168892278b4aa921566178b1f20.tar.bz2 upstream-eb79296cc10f6168892278b4aa921566178b1f20.zip |
firewall: introduce SNAT support for redirect sections
SVN-Revision: 22937
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 599126ae1e..b6d42cebad 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:=11 +PKG_RELEASE:=12 include $(INCLUDE_DIR)/package.mk |