Added saving of default values once loaded

This commit is contained in:
Lorenz Meier
2013-07-15 14:03:39 +02:00
parent 0b47ed86e0
commit c46efd3a7b
4 changed files with 4 additions and 0 deletions
@@ -31,6 +31,7 @@ if param compare SYS_AUTOCONFIG 1
then
# Set all params here, then disable autoconfig
param set SYS_AUTOCONFIG 0
param save /fs/microsd/params
fi
#
@@ -29,6 +29,7 @@ if param compare SYS_AUTOCONFIG 1
then
# Set all params here, then disable autoconfig
param set SYS_AUTOCONFIG 0
param save /fs/microsd/params
fi
#
@@ -29,6 +29,7 @@ if param compare SYS_AUTOCONFIG 1
then
# Set all params here, then disable autoconfig
param set SYS_AUTOCONFIG 0
param save /fs/microsd/params
fi
#
@@ -29,6 +29,7 @@ if param compare SYS_AUTOCONFIG 1
then
# Set all params here, then disable autoconfig
param set SYS_AUTOCONFIG 0
param save /fs/microsd/params
fi
#