From ab728c185d282dfdfc602e00212a0f803ccc73e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sun, 20 Dec 2020 15:33:09 +0100 Subject: [PATCH] fixed approx config for raspi --- modules/approx.mk | 4 ++-- retropie.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/approx.mk b/modules/approx.mk index f7541d7..b4be5c1 100644 --- a/modules/approx.mk +++ b/modules/approx.mk @@ -17,7 +17,7 @@ ifdef approx deb ${approx} ${release} ${approxrepos} endef else ifdef raspi - BOOTSTRAP := http://localhost/raspbian + BOOTSTRAP := http://${approxhost}/raspbian define SOURCES := deb http://${approxhost}/raspbian stretch main non-free firmware rpi deb http://${approxhost}/rpidebian stretch main @@ -25,7 +25,7 @@ else ifdef raspi deb http://${approxhost}/rpidebian buster main endef else - BOOTSTRAP := http://localhost/debian + BOOTSTRAP := http://${approxhost}/debian define SOURCES := deb http://${approxhost}/debian ${release} ${approxrepos} endef diff --git a/retropie.mk b/retropie.mk index 27842cc..100bde8 100644 --- a/retropie.mk +++ b/retropie.mk @@ -17,7 +17,7 @@ release=stretch ## Comma separated list of config modules from modules/ directory modules=approx,autoresize #,display_ws5inch # nodm,xfce -# approxhost := localhost:9999 +approxhost:=localhost:9000 ## Hostname for the generated machine hostname=retropie -- 2.39.2