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 <[email protected]> --- The existence of non-functional feeds can lead to confusion and questions every now and then. Better to remove these misleading feed definitions. The old feeds at svn.openwrt.org can be seen via dev.openwrt.org: https://dev.openwrt.org/browser/feeds Their codebase is at least 4-5 years old. I doubt if they would work even if source code would be downloadable from somewhere. x-wrt looks completely abandoned. In any case, it will not work with the current Openwrt trunk. feeds.conf.default | 7 ------- 1 file changed, 7 deletions(-) diff --git a/feeds.conf.default b/feeds.conf.default index bc062db..bb08ab8 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 -- 2.8.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
