From f17c15de50136a1e5df64f57d06e3944b2908fd9 Mon Sep 17 00:00:00 2001
From: Steven Barth <cyrus@openwrt.org>
Date: Tue, 10 Jun 2014 05:17:41 +0000
Subject: [PATCH] Switching default packages feed to github

New feed: https://github.com/openwrt/packages
Maintainers please move your packages there.

See also: https://lists.openwrt.org/pipermail/openwrt-devel/2014-June/025810.html

SVN-Revision: 41063
---
 feeds.conf.default | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/feeds.conf.default b/feeds.conf.default
index a4d9743438..5aab4065a9 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -1,7 +1,8 @@
-src-git packages http://git.openwrt.org/packages.git
+src-git packages https://github.com/openwrt/packages.git
 src-git luci http://git.openwrt.org/project/luci.git
 src-git routing https://github.com/openwrt-routing/packages.git
 src-git telephony http://git.openwrt.org/feed/telephony.git
+#src-git oldpackages http://git.openwrt.org/packages.git
 #src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package
 #src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone
 #src-svn efl svn://svn.openwrt.org/openwrt/feeds/efl
-- 
GitLab