diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-03 22:24:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-03 22:24:48 +0000 |
commit | 5c4b352bf542636809d0385755ef36c20d1776f4 (patch) | |
tree | 621b8ac1f6fa63f60afc1ffaf591dea7e24ad903 /package/firewall/Makefile | |
parent | 30d59cc2a30e9f86d61916834c0137a049328faa (diff) | |
download | upstream-5c4b352bf542636809d0385755ef36c20d1776f4.tar.gz upstream-5c4b352bf542636809d0385755ef36c20d1776f4.tar.bz2 upstream-5c4b352bf542636809d0385755ef36c20d1776f4.zip |
[package] firewall: add icmp_type option to specify the icmp type in rule sections, bump pkg revision (#5554)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17115 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 61da9bed19..7dcc2f5739 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 include $(INCLUDE_DIR)/package.mk |