summaryrefslogtreecommitdiffstats
path: root/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04Release version 0.10HEAD0.10masterPali Rohár1-1/+1
2021-01-05Release version 0.90.9Pali Rohár1-1/+1
2018-07-08Release version 0.80.8Pali Rohár1-1/+1
2016-12-25Release version 0.70.7Pali Rohár1-1/+1
2016-01-23config.mk: Version is from gitPali Rohár1-1/+1
2014-11-18Relase version 0.6.10.6.1Pali Rohár1-1/+1
2012-11-25Update MakefilesPali Rohár1-1/+1
2012-09-23Remove WITH_ definesPali Rohár1-4/+0
2012-08-11Rewrite Makefile, move WITH_DEVICE, WITH_USB and WITH_SQUEUES to MakefilePali Rohár1-7/+8
2009-12-21* Use /usr/local PREFIX by default * Bump revision to 0.5pancake1-3/+2
2009-12-21* Fix segmentation fault with -O2 while unpacking (thanks for reporting) * ↵pancake@flubox1-1/+1
Various random checks to ensure read/write ops are success
2008-12-14* Oops missing up0.4pancake1-2/+2
* Added fixups for make install/deinstall * HAVE_GUI is now enabled by default * New 'stop' button for goxf GUI * Fix lil bug in squeue.c * Initial .desktop icon for freedesktop environments (GNOME)
2008-12-08* Added -n flag to do not write to disk or flash (simulation)pancake1-1/+3
* Added -S flag to specify subversion id manually while flashing or dumping * Fixed support for the last fiasco image - Skip paddings - More verbose output while parsing FIASCO headers * Initial implementation of the full direct FIASCO flasher - No need to dump manually before flashing * Some warnings and code cleanup * Fix building issue * Add HAVE_GUI directive in config.mk * Up to version 0.4
2008-03-05* Initial import of the GtkAML gui frontend - Mostly implemented in just one ↵pancake1-1/+1
night :) * Import the squeue c and vapi sources * Make 0xFFFF run as squeue daemon with -Q flag * Up to 0.4
2008-01-14* Up to 0.3.2pancake1-0/+8
* Add HAVE_USB to config.mk - Now is possible to build a usb-less version of the flasher (only for unpacking and so, offline operations) * Refactor varname. Avoid portability problems: - reboot -> moboreboot