aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-01-27 22:19:53 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-01-27 22:19:53 +0000
commit887cbd0e5977f9ec3553d56a022b24f9c7a1d441 (patch)
treecec215f15442293b598680242ad76459a9c2d654 /package/firewall/Makefile
parent305bea982cb78523bd105ac92a07248da4d7b3d9 (diff)
downloadupstream-887cbd0e5977f9ec3553d56a022b24f9c7a1d441.tar.gz
upstream-887cbd0e5977f9ec3553d56a022b24f9c7a1d441.tar.bz2
upstream-887cbd0e5977f9ec3553d56a022b24f9c7a1d441.zip
[package] firewall: fix wrong rule order if multiple protocols are used
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25179 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r--package/firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index 1b6ec88099..4a8a5d3199 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:=20
+PKG_RELEASE:=21
include $(INCLUDE_DIR)/package.mk