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 | 3275fb4560293091b5e69d0423663fbaa190849d (patch) | |
tree | 720b6218406e6ae7cd61ac1cecb33449b6771cc0 /package/firewall/Makefile | |
parent | cde4aa7a8093bc4e4cf8c83799bcbb6525dca2b4 (diff) | |
download | upstream-3275fb4560293091b5e69d0423663fbaa190849d.tar.gz upstream-3275fb4560293091b5e69d0423663fbaa190849d.tar.bz2 upstream-3275fb4560293091b5e69d0423663fbaa190849d.zip |
[package] firewall: Initial alias interface support. This allows to define zones covering alias interfaces and associated entries like rules and forwardings.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21653 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 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 |