Commit 3f8a8652 authored by José Luis  Gutiérrez's avatar José Luis Gutiérrez Committed by Alessandro Rubini

www: logs page adds missing logs to dotconfig in case they are not there.

When watchdog, monitor or snmpd system logs are not present in dotconfig
but the user wants to use them, they are now added in dotconfig file.
parent f462da82
......@@ -35,6 +35,9 @@
$modified = process_form($section, $subsection);
if($modified){
check_add_existing_kconfig("CONFIG_WRS_LOG_WRSWATCHDOG=");
check_add_existing_kconfig("CONFIG_WRS_LOG_MONIT=");
check_add_existing_kconfig("CONFIG_WRS_LOG_SNMPD=");
save_kconfig();
echo '<center>Configuration Saved...</center>';
apply_kconfig();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment