diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-06-10 05:17:41 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-06-10 05:17:41 +0000 |
commit | f17c15de50136a1e5df64f57d06e3944b2908fd9 (patch) | |
tree | 61b216a097cca2346d44033206fc45e107732034 /feeds.conf.default | |
parent | 35d703c8a654ffe64bd5b295895c458f16a4868b (diff) | |
download | upstream-f17c15de50136a1e5df64f57d06e3944b2908fd9.tar.gz upstream-f17c15de50136a1e5df64f57d06e3944b2908fd9.tar.bz2 upstream-f17c15de50136a1e5df64f57d06e3944b2908fd9.zip |
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
Diffstat (limited to 'feeds.conf.default')
-rw-r--r-- | feeds.conf.default | 3 |
1 files changed, 2 insertions, 1 deletions
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 |