[fluksod] improve firstboot syslog messages

This commit is contained in:
Bart Van Der Meerssche 2011-05-03 11:42:55 +02:00
parent b80c95c752
commit 0fa9bbb015
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,7 @@ load_config()
uci set system.@system[0].firstboot='0'
uci commit
logger 'configuring flukso device and sensor ids'
logger 'configuring flukso device and sensor ids at firstboot'
}
program_sensor_board()
@ -39,6 +39,8 @@ program_sensor_board()
EEPROM="-U eeprom:w:$EEPFILE"
$AVRDUDE $FLAGS $FUSES $FLASH $EEPROM
logger 'flashing the sensor board at firstboot'
}
start()