From 31ec9872d8c3262354fdbe905bee324ed79a8df5 Mon Sep 17 00:00:00 2001
From: cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Tue, 29 Jul 2014 10:24:12 +0000
Subject: [PATCH] feeds: disable oldpackages by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41875 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 feeds.conf.default | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/feeds.conf.default b/feeds.conf.default
index 0b1472f965..4d9f020a61 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -3,7 +3,7 @@ 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 management https://github.com/openwrt-management/packages.git
-src-git oldpackages http://git.openwrt.org/packages.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