From 4985f591696d821b64403e3723df5925b2f9ffc1 Mon Sep 17 00:00:00 2001 From: Hamish Moffatt Date: Thu, 7 Feb 2008 00:53:36 +0000 Subject: Added package for fis, which allows you to manipulate the RedBoot flash partition table from linux. --- package/fis/fis-002-makefile.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/fis/fis-002-makefile.patch (limited to 'package/fis/fis-002-makefile.patch') diff --git a/package/fis/fis-002-makefile.patch b/package/fis/fis-002-makefile.patch new file mode 100644 index 000000000..0b922a27e --- /dev/null +++ b/package/fis/fis-002-makefile.patch @@ -0,0 +1,10 @@ +--- fis/Makefile0 1970-01-01 10:00:00.000000000 +1000 ++++ fis/Makefile 2007-10-18 12:08:56.000000000 +1000 +@@ -0,0 +1,7 @@ ++CFLAGS += -std=c99 ++ ++fis: fis.o crc.o ++ ++clean: ++ -rm -f fis *.o ++ -- cgit v1.2.3