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 | 089f09592693276db9735d76640986fad9be7ade (patch) | |
tree | 2af4853f206e6888bf3b364c6f156df95ef9d2e2 /feeds.conf.default | |
parent | b30b59773bd31b4f0912a7edda8ce211a084dab4 (diff) | |
download | mtk-20170518-089f09592693276db9735d76640986fad9be7ade.zip mtk-20170518-089f09592693276db9735d76640986fad9be7ade.tar.gz mtk-20170518-089f09592693276db9735d76640986fad9be7ade.tar.bz2 |
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>
SVN-Revision: 41149
Diffstat (limited to 'feeds.conf.default')
-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 5aab406..1f0937d 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 |