summaryrefslogtreecommitdiff
path: root/package/network/config/firewall
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-16 18:12:33 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-16 18:12:33 +0200
commit436eab21c3d6186debd8af26291ebb36c926fd77 (patch)
treec249fc12d538e9c6de83b90a9cdb35e3da9f2c4c /package/network/config/firewall
parentae247e15fd290dc2e0eeda517021f9ee67202a33 (diff)
downloadmtk-20170518-436eab21c3d6186debd8af26291ebb36c926fd77.zip
mtk-20170518-436eab21c3d6186debd8af26291ebb36c926fd77.tar.gz
mtk-20170518-436eab21c3d6186debd8af26291ebb36c926fd77.tar.bz2
package/network/config: probably from OpenWRT
Diffstat (limited to 'package/network/config/firewall')
-rw-r--r--package/network/config/firewall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index b353777..b9c1987 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_VERSION:=2014-08-11a
+PKG_VERSION:=2014-09-19
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/firewall3.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=8205107ffd31a21c1d4d93eaa7a44d41c6c3c10d
+PKG_SOURCE_VERSION:=50e97c52e75bdfd325cf20d43b32d294ff84d92f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>