diff options
author | John Crispin <john@openwrt.org> | 2016-04-20 17:19:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-20 17:19:08 +0000 |
commit | 9c0d590d21eab5cdbc99d5e67f25f018cebd1f20 (patch) | |
tree | 66afab0155ff2c1cd7559f90aa3f47c3f0aa24b8 | |
parent | 890eb0c126f21620ddf81ceff5a2480395b8651b (diff) | |
download | upstream-9c0d590d21eab5cdbc99d5e67f25f018cebd1f20.tar.gz upstream-9c0d590d21eab5cdbc99d5e67f25f018cebd1f20.tar.bz2 upstream-9c0d590d21eab5cdbc99d5e67f25f018cebd1f20.zip |
feeds.conf.default: remove the commented ancient feeds
Cleanup feeds.conf.default by removing the old commented-out feeds:
* x-wrt has not been updated for years and targets WhiteRussian/Kamikaze.
No currect code base available anywhere
* six old feeds from svn.openwrt.org/feeds. These feeds have not been
updated for 4-5 years and their code is currently unavailable
(in svn.openwrt.org)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 49206
-rw-r--r-- | feeds.conf.default | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/feeds.conf.default b/feeds.conf.default index bc062db79a..bb08ab8b0e 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -5,11 +5,4 @@ src-git telephony https://github.com/openwrt/telephony.git src-git management https://github.com/openwrt-management/packages.git src-git targets https://github.com/openwrt/targets.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 -#src-svn xorg svn://svn.openwrt.org/openwrt/feeds/xorg -#src-svn desktop svn://svn.openwrt.org/openwrt/feeds/desktop -#src-svn xfce svn://svn.openwrt.org/openwrt/feeds/xfce -#src-svn lxde svn://svn.openwrt.org/openwrt/feeds/lxde #src-link custom /usr/src/openwrt/custom-feed |