diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-30 23:49:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-30 23:49:47 +0000 |
commit | e25fbfccdf8c5650fbb697e5d5e6028d36738a22 (patch) | |
tree | dbf66b795bba989bc534103f08e3794ecf800ef1 /package/firewall/Makefile | |
parent | 261d41a906a8afa3d8167b091ac0b891217d8251 (diff) | |
download | mtk-20170518-e25fbfccdf8c5650fbb697e5d5e6028d36738a22.zip mtk-20170518-e25fbfccdf8c5650fbb697e5d5e6028d36738a22.tar.gz mtk-20170518-e25fbfccdf8c5650fbb697e5d5e6028d36738a22.tar.bz2 |
firewall: fix support for netranges in redirect and rule sections
SVN-Revision: 21640
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 4f4f71c..2387df2 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:=4 +PKG_RELEASE:=5 include $(INCLUDE_DIR)/package.mk |