From: Paul Hänsch Date: Sun, 20 Dec 2020 14:33:09 +0000 (+0100) Subject: fixed approx config for raspi X-Git-Url: http://git.plutz.net/?p=blast;a=commitdiff_plain;h=ab728c185d282dfdfc602e00212a0f803ccc73e1 fixed approx config for raspi --- 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