From c371db6f2653976432086f4838577364b97a1f77 Mon Sep 17 00:00:00 2001 From: Dan Elkouby Date: Thu, 14 Jun 2018 22:30:18 +0300 Subject: [PATCH] Customize version string in the Qoob SX updater --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6df62f7..8365de8 100644 --- a/Makefile +++ b/Makefile @@ -154,6 +154,8 @@ $(OUTPUT_SX).elf: $(OUTPUT)_xz.qbsx @echo splice ... $@ @cd $(PWD); cp -f qoob_sx_13c_upgrade.elf $@ @cd $(PWD); dd if=$< of=$@ obs=4 seek=1851 conv=notrunc + @cd $(PWD); printf 'QOOB SX iplboot install\0' \ + | dd of=$@ obs=4 seek=1810 conv=notrunc %.vgc: %.dol @echo pack IPL ... $(notdir $@)