diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-06-11 21:09:10 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-06-11 21:09:10 +0000 |
commit | f64c27686bf84e7d480ea516c78c241b2e5dd985 (patch) | |
tree | a547c2679506e5f3d63fc5c280f6b8ebb5ed99ad | |
parent | 53557b1ac1f2875b10516422e0c3aaa01f48ea30 (diff) | |
download | upstream-f64c27686bf84e7d480ea516c78c241b2e5dd985.tar.gz upstream-f64c27686bf84e7d480ea516c78c241b2e5dd985.tar.bz2 upstream-f64c27686bf84e7d480ea516c78c241b2e5dd985.zip |
feeds.conf.default: restore the old package feed temporarily
As explained here:
https://forum.openwrt.org/viewtopic.php?id=51078
allow both the old and the new packages feed to co-exist for a grace
period of 3 weeks, allowing maintainers to move packages progressively.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41149 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | feeds.conf.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feeds.conf.default b/feeds.conf.default index 5aab4065a9..1f0937d784 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -2,7 +2,7 @@ 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-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 |