diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-04 15:13:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-04 15:13:10 +0000 |
commit | 9632c0043510666467398e6dc455ccbfed81248e (patch) | |
tree | efd0579c484c0d6bcb806b96dbbc83c67436a0cc /package/network | |
parent | 9b41cc70fe2ff9d8411574544fbd502bea73df6c (diff) | |
download | upstream-9632c0043510666467398e6dc455ccbfed81248e.tar.gz upstream-9632c0043510666467398e6dc455ccbfed81248e.tar.bz2 upstream-9632c0043510666467398e6dc455ccbfed81248e.zip |
firewall: move to git.openwrt.org
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48128
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/config/firewall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 15cfa31c65..e1668a9ca9 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2015-07-27 PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://nbd.name/firewall3.git +PKG_SOURCE_URL=$(OPENWRT_GIT)/project/firewall3.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=980b7859bbd1db1e5e46422fccccbce38f9809ab PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz |