[LEDE-DEV] [PATCH] feeds: use github as source for oldpackages

Felix Fietkau nbd at nbd.name
Wed Sep 7 03:44:06 PDT 2016


On 2016-09-07 12:31, Koen Vandeputte wrote:
> The original URL defined has encountered a lot of downtime
> the last few weeks.
> 
> Use github as source for this feed as it's more reliable
> 
> Signed-off-by: Koen Vandeputte <koen.vandeputte at ncentric.com>
> ---
>  feeds.conf.default | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/feeds.conf.default b/feeds.conf.default
> index e3e9c60..52f4db2 100644
> --- a/feeds.conf.default
> +++ b/feeds.conf.default
> @@ -4,5 +4,5 @@ src-git routing https://git.lede-project.org/feed/routing.git
>  src-git telephony https://git.lede-project.org/feed/telephony.git
>  #src-git targets https://github.com/openwrt/targets.git
>  #src-git management https://github.com/openwrt-management/packages.git
> -#src-git oldpackages http://git.openwrt.org/packages.git
> +#src-git oldpackages https://github.com/openwrt/packages.git
Those two URLs are for completely different repositories.
https://github.com/openwrt/packages.git is already in
feeds.conf.default, mirrored as
https://git.lede-project.org/feed/packages.git

- Felix



More information about the Lede-dev mailing list