X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=modules%2Fapprox.mk;h=009e445908aad7ecdedc522294adf49d6ea97ede;hb=94825873e9d1651ddd885049306cb44319bf9f41;hp=ca3f34ad01820ad648a7acb41f0ce95c77422aa3;hpb=92dfcb2f828b2bb5eaa5b127ffa1a4bf15432335;p=blast diff --git a/modules/approx.mk b/modules/approx.mk index ca3f34a..009e445 100644 --- a/modules/approx.mk +++ b/modules/approx.mk @@ -4,22 +4,26 @@ endef export approx_original_sources ifdef approx - -BOOTSTRAP := ${approx} -define SOURCES = -deb ${approx} stretch main -endef - + BOOTSTRAP := ${approx} + define SOURCES = + deb ${approx} stretch main + deb ${approx} buster main + deb ${approx} ${release} main + endef else ifdef raspi BOOTSTRAP := http://localhost/raspbian define SOURCES := - deb http://localhost/raspbian stretch main non-free firmware rpi + deb http://localhost/raspbian stretch main non-free firmware rpi deb http://localhost/rpidebian stretch main + deb http://localhost/raspbian buster main non-free firmware rpi + deb http://localhost/rpidebian buster main endef else BOOTSTRAP := http://localhost/debian define SOURCES := deb http://localhost/debian stretch main + deb http://localhost/debian buster main + deb http://localhost/debian ${release} main endef endif