From b2b960c70713b1ced0b08a4a47c222ba167c9501 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 31 Dec 2019 00:48:16 +0100 Subject: [PATCH] - preqs: don't add maxwiesel repos as remote repos by default; seems offline --- make/prerequisites.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/make/prerequisites.mk b/make/prerequisites.mk index 39cd6198..6414f7c0 100644 --- a/make/prerequisites.mk +++ b/make/prerequisites.mk @@ -82,7 +82,6 @@ ifeq ($(NI_ADMIN), true) 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 $(GITHUB)/maxwiesel/neutrino-mp-max.git; \ git fetch --all endif @@ -95,7 +94,6 @@ ifeq ($(NI_ADMIN), true) 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 $(GITHUB)/maxwiesel/libstb-hal-max.git; \ git fetch --all endif