diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-04 12:23:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-04 12:23:47 +0000 |
commit | ea4472d1384d9007ecc1961154067959b063fc1c (patch) | |
tree | c5f81f69f3d84595d145a2dc03e887af48d073cf /package/network/config/firewall/Makefile | |
parent | 0f0fb567192bd1bfcfaea8616be30b7d2d8676e9 (diff) | |
download | upstream-ea4472d1384d9007ecc1961154067959b063fc1c.tar.gz upstream-ea4472d1384d9007ecc1961154067959b063fc1c.tar.bz2 upstream-ea4472d1384d9007ecc1961154067959b063fc1c.zip |
firewall: fix git source url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36839 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/Makefile')
-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 deb27ea71a..1e6432ac94 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2013-06-04 PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://nbd.name/firewall.git +PKG_SOURCE_URL:=git://nbd.name/firewall3.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=5ee2129eaa23a28bfef6d20c273cafc0be559b3d PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz |