Closed
Description
During the writing of the bootloader, IDE 1.5.x look for e_fuse setting for the ATmega8 (ArduinoNG board)
But the ATmega8 do not have the e_fuse, so it is normal that there isn't
[code]Arduino: 1.5.4 (Windows 7), Board: "Arduino NG or older, ATmega8"
"efuse" memory type not defined for part "ATMEGA8"[/code]
I also tried to manually add a fake e_fuse in the board, without success
[code]atmegang.menu.cpu.atmega8.bootloader.extended_fuses=0xFF
[/code]