From 3a20ddf824a1c50c26139e27741ae79c1bbf9072 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Tue, 27 Dec 2011 17:28:23 +0100 Subject: [PATCH] subtle fixes --- tools/smartflash/Makefile | 1 + tools/smartflash/mass | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/smartflash/Makefile b/tools/smartflash/Makefile index 79b8c25..b27adbe 100644 --- a/tools/smartflash/Makefile +++ b/tools/smartflash/Makefile @@ -6,6 +6,7 @@ setup: cp ../../firmware/l0dable/*nik files cp ../../firmware/l0dable/*int files cp ../../firmware/l0dable/files/* files + mv files/debug.int 1files/debug.int cp ../font/binary/*f0n files cp ../image/lcd/*lcd files cp ../image/lcd/i42.lcd files/nick.lcd diff --git a/tools/smartflash/mass b/tools/smartflash/mass index cf7a3cd..d5d6cc8 100755 --- a/tools/smartflash/mass +++ b/tools/smartflash/mass @@ -17,7 +17,6 @@ fi umount /dev/$dev 2>/dev/null || true ./generate-keys mount /dev/$dev -t vfat $dir/$dev -cp files/* $dir/$dev cp \ 1files/invaders.c0d \ 1files/mandel.c0d \ @@ -29,6 +28,7 @@ cp \ 1files/r0type.c0d \ 1files/beaconid.c0d \ 1files/people.c0d \ + 1files/release.c0d \ 1files/starfld.c0d \ 1files/static.c0d \ 1files/sendcard.c0d \ @@ -44,7 +44,7 @@ cp \ 1files/scope.c0d \ 1files/Geigerct.c0d \ 1files/voltage.c0d \ - files/debug.int \ + 1files/debug.int \ files/* \ $dir/$dev #sync