From dd9dd46fc0ec4771b01dbb5f1b493c45bb4329e0 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 3 Sep 2019 21:18:20 +0200 Subject: [PATCH] - fix url to max --- make/prerequisites.mk | 4 ++-- make/target-libs.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/make/prerequisites.mk b/make/prerequisites.mk index f25a6f6d..a11002d8 100644 --- a/make/prerequisites.mk +++ b/make/prerequisites.mk @@ -81,7 +81,7 @@ $(SOURCE_DIR)/$(NI-NEUTRINO): git remote add seife $(GITHUB)/neutrino-mp/neutrino-mp.git; \ git remote add ddt $(GITHUB)/duckbox-developers/neutrino-mp-ddt.git; \ git remote add tango $(GITHUB)/tangocash/neutrino-mp-tangos.git; \ - git remote add max_10 $(BITBUCKET)/max_10/neutrino-mp-max.git; \ + git remote add max_10 $(GITHUB)/max_10/neutrino-mp-max.git; \ git fetch --all $(SOURCE_DIR)/$(NI-LIBSTB-HAL): @@ -92,7 +92,7 @@ $(SOURCE_DIR)/$(NI-LIBSTB-HAL): git remote add seife $(GITHUB)/neutrino-mp/libstb-hal.git; \ git remote add ddt $(GITHUB)/duckbox-developers/libstb-hal-ddt.git; \ git remote add tango $(GITHUB)/tangocash/libstb-hal-tangos.git; \ - git remote add max_10 $(BITBUCKET)/max_10/libstb-hal-max.git; \ + git remote add max_10 $(GITHUB)/max_10/libstb-hal-max.git; \ git fetch --all $(SOURCE_DIR)/$(NI-LIBCOOLSTREAM): diff --git a/make/target-libs.mk b/make/target-libs.mk index 5ea00f55..e0a34add 100644 --- a/make/target-libs.mk +++ b/make/target-libs.mk @@ -535,7 +535,7 @@ libgd2: $(LIBGD_DEPS) $(ARCHIVE)/$(LIBGD_SOURCE) | $(TARGET_DIR) LIBDPF_VER = git LIBDPF_TMP = dpf-ax.$(LIBDPF_VER) LIBDPF_SOURCE = dpf-ax.$(LIBDPF_VER) -LIBDPF_URL = https://bitbucket.org/max_10 +LIBDPF_URL = $(GITHUB)/max_10 LIBDPF_PATCH = libdpf-crossbuild.patch