From 712803767086fb4ec1f179eed35a7f5da48396ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Fri, 29 Apr 2016 10:20:39 +0700 Subject: [PATCH] (Lakka) Use a faster mirror for the firmware upgrades --- menu/cbs/menu_cbs_ok.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 2298384e70..9e24af9812 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -1439,7 +1439,7 @@ static int action_ok_download_generic(const char *path, else if (string_is_equal(type_msg, "cb_lakka_download")) { /* TODO unhardcode this path*/ - fill_pathname_join(s, "http://sources.lakka.tv/nightly", + fill_pathname_join(s, "http://mirror.lakka.tv/nightly", LAKKA_PROJECT, sizeof(s)); } #endif @@ -1728,7 +1728,7 @@ static int generic_action_ok_network(const char *path, #ifdef HAVE_LAKKA case ACTION_OK_NETWORK_LAKKA_LIST: /* TODO unhardcode this path */ - fill_pathname_join(url_path, "http://sources.lakka.tv/nightly", + fill_pathname_join(url_path, "http://mirror.lakka.tv/nightly", LAKKA_PROJECT, sizeof(url_path)); fill_pathname_join(url_path, url_path, ".index", sizeof(url_path));