From efb5ca0629e4caf1ad860f5cad3d4ac4c70eb178 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 29 Aug 2020 19:42:49 +0200 Subject: [PATCH] Change the plugin identifier to be compatible with unix/docker --- share/wups_rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/wups_rules b/share/wups_rules index e7cbb01..9c980e7 100644 --- a/share/wups_rules +++ b/share/wups_rules @@ -21,6 +21,6 @@ WUPSSPECS := -T$(WUPS_ROOT)/share/wups.ld -specs=$(WUPS_ROOT)/share/wups.specs @cp $< $*.strip.elf @$(STRIP) -g $*.strip.elf @elf2rpl $*.strip.elf $@ - @printf '\xDE\xAD' | dd of=$@ bs=1 seek=9 count=2 conv=notrunc status=none + @echo 'PL' | dd of=$@ bs=1 seek=9 count=2 conv=notrunc status=none @rm $*.strip.elf @echo built ... $(notdir $@) \ No newline at end of file