diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-01 21:58:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-01 21:58:48 +0000 |
commit | 07b571a2394a36b8f0cfb6851c8501d26b08a5b8 (patch) | |
tree | b0f9fc33a28dce6943cc5166ba6b12766eb68fbe /package/firewall/Makefile | |
parent | 75941a19ac3c9fea6afaae720d3b1dafc4a63a8e (diff) | |
download | upstream-07b571a2394a36b8f0cfb6851c8501d26b08a5b8.tar.gz upstream-07b571a2394a36b8f0cfb6851c8501d26b08a5b8.tar.bz2 upstream-07b571a2394a36b8f0cfb6851c8501d26b08a5b8.zip |
firewall: Initial alias interface support. This allows to define zones covering alias interfaces and associated entries like rules and forwardings.
SVN-Revision: 21653
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 2387df247b..b81531bdf2 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:=5 +PKG_RELEASE:=6 include $(INCLUDE_DIR)/package.mk |