]> git.plutz.net Git - blast/blobdiff - modules/approx.mk
simplified image packing (eliminated block copy stage), enabled mixed release package...
[blast] / modules / approx.mk
index 8e4fd78f4e9a40f0f8a08c24fb8d41c39f133e38..009e445908aad7ecdedc522294adf49d6ea97ede 100644 (file)
@@ -6,17 +6,23 @@ export approx_original_sources
 ifdef approx
   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 ${release} main non-free firmware rpi
-  deb http://localhost/rpidebian ${release} main
+  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