diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-04 15:11:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-04 15:11:49 +0000 |
commit | 9cd6162b63ef31e2dca7f164c880ef4f035f34eb (patch) | |
tree | 654e7923676c1bbc9b54d7bf815133bf8092b5d4 /package/network/config/netifd/Makefile | |
parent | 11b7bc593c42218c7e19900a35140b4c7705d38e (diff) | |
download | upstream-9cd6162b63ef31e2dca7f164c880ef4f035f34eb.tar.gz upstream-9cd6162b63ef31e2dca7f164c880ef4f035f34eb.tar.bz2 upstream-9cd6162b63ef31e2dca7f164c880ef4f035f34eb.zip |
packages: use OPENWRT_GIT to point at the main openwrt git repo
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48118
Diffstat (limited to 'package/network/config/netifd/Makefile')
-rw-r--r-- | package/network/config/netifd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 619024bd70..b30b854ce4 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -5,7 +5,7 @@ PKG_VERSION:=2015-12-16 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=http://git.openwrt.org/project/netifd.git +PKG_SOURCE_URL=$(OPENWRT_GIT)/project/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=245527193e90906451be35c2b8e972b8712ea6ab PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz |