diff --git a/Makefile b/Makefile index ba37e66..a84e246 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ eeprom: $(TARGET)_eeprom.hex reset # write bootloader and fuses bootloader: - wget http://code.google.com/p/arduino/source/browse/trunk/hardware/arduino/bootloaders/atmega/ATmegaBOOT_168_atmega328.hex + wget https://arduino.googlecode.com/svn/trunk/hardware/arduino/bootloaders/atmega/ATmegaBOOT_168_atmega328.hex avrdude -p $(DEVICE) -c usbtiny -U lfuse:w:0xff:m -U hfuse:w:0xda:m -U efuse:w:0x05:m -U flash:w:ATmegaBOOT_168_atmega328.hex:i rm ATmegaBOOT_168_atmega328.hex