From eba6cf6763c3d448223f4d91c0632a91c8f5305c Mon Sep 17 00:00:00 2001
From: cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41063 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 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