]> git.plutz.net Git - blast/blobdiff - modules/approx.mk
unified bootloader targets, root key setup, webui mode, modules for live boot (lokfs...
[blast] / modules / approx.mk
index c8ed445096bc2cf8c5397dabd472e258b614692e..ca3f34ad01820ad648a7acb41f0ce95c77422aa3 100644 (file)
@@ -11,20 +11,16 @@ deb ${approx} stretch main
 endef
 
 else ifdef raspi
-
-BOOTSTRAP := http://localhost/raspbian
-define SOURCES =
-deb http://localhost/raspbian stretch main non-free firmware rpi
-deb http://localhost/rpidebian stretch main
-endef
-
+  BOOTSTRAP := http://localhost/raspbian
+  define SOURCES :=
+  deb http://localhost/raspbian stretch main non-free firmware rpi
+  deb http://localhost/rpidebian stretch main
+  endef
 else
-
-BOOTSTRAP := http://localhost/debian
-define SOURCES =
-deb http://localhost/debian stretch main
-endef
-
+  BOOTSTRAP := http://localhost/debian
+  define SOURCES :=
+  deb http://localhost/debian stretch main
+  endef
 endif
 
 .PHONY: _approx_restore_sources