summaryrefslogtreecommitdiff
path: root/package/fis/fis-002-makefile.patch
diff options
context:
space:
mode:
authorHamish Moffatt <hamish@cloud.net.au>2008-02-07 00:53:36 +0000
committerHamish Moffatt <hamish@cloud.net.au>2008-02-07 00:53:36 +0000
commit4985f591696d821b64403e3723df5925b2f9ffc1 (patch)
tree36d21458c807e0b0e034e063cdfc7782b00959a4 /package/fis/fis-002-makefile.patch
parentb5e4871b39d1b6322ce5d03572bca45efe77348e (diff)
Added package for fis, which allows you to manipulate the RedBoot flash partition table from linux.
Diffstat (limited to 'package/fis/fis-002-makefile.patch')
-rw-r--r--package/fis/fis-002-makefile.patch10
1 files changed, 10 insertions, 0 deletions
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
++