diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-30 20:29:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-30 20:29:17 +0000 |
commit | af82471525ca97845f0c1550a4203a15d9402995 (patch) | |
tree | 7bd93f8ac893bf7f8ff257b057a5a2b21963f81c /package/firewall/Makefile | |
parent | d739594c8dd823d111a36652b93acf97c72f89ef (diff) | |
download | upstream-af82471525ca97845f0c1550a4203a15d9402995.tar.gz upstream-af82471525ca97845f0c1550a4203a15d9402995.tar.bz2 upstream-af82471525ca97845f0c1550a4203a15d9402995.zip |
firewall: prevent duplicate values in interface state vars
SVN-Revision: 26382
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 15237ff8f4..ea407f081b 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:=23 +PKG_RELEASE:=24 include $(INCLUDE_DIR)/package.mk |