diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-27 22:19:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-27 22:19:53 +0000 |
commit | 04b20727d876d0af23aa83cd7bc2444e1c1b18d5 (patch) | |
tree | 9ae09a5a649f08e95a36fdc5ff15ab3a6f15d548 /package/firewall/Makefile | |
parent | ea0d6e6b1b72ce0f88c5b2f184a1e5025ad56559 (diff) | |
download | mtk-20170518-04b20727d876d0af23aa83cd7bc2444e1c1b18d5.zip mtk-20170518-04b20727d876d0af23aa83cd7bc2444e1c1b18d5.tar.gz mtk-20170518-04b20727d876d0af23aa83cd7bc2444e1c1b18d5.tar.bz2 |
firewall: fix wrong rule order if multiple protocols are used
SVN-Revision: 25179
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 1b6ec88..4a8a5d3 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 |