at91dataflashboot-1.05-do-not-install.patch 732 B

12345678910111213141516171819202122
  1. Disable the automatic installation of at91dataflashboot since it tries
  2. to install things to /tftpboot, which is not possible when not
  3. building as root.
  4. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  5. ---
  6. Makefile | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. Index: at91dataflashboot-1.05/Makefile
  9. ===================================================================
  10. --- at91dataflashboot-1.05.orig/Makefile
  11. +++ at91dataflashboot-1.05/Makefile
  12. @@ -40,7 +40,7 @@
  13. I=config.h com.h dataflash.h embedded_services.h main.h stdio.h include/AT91RM9200.h include/lib_AT91RM9200.h
  14. -all: clean $(BINNAME) $(LSSNAME) install
  15. +all: clean $(BINNAME) $(LSSNAME)
  16. $(SIZE) $(OUTNAME)
  17. # C objects here