icwmp: set userid empty in cwmp config; it will be filled by uci-default

This commit is contained in:
Sukru Senli 2020-09-16 08:22:07 +02:00
parent 478c34d48f
commit 22dd43c79e

View file

@ -1,6 +1,6 @@
config acs 'acs'
option url ''
option userid '$OUI-$SER'
option userid '' #$OUI-$SER
option passwd 'iopsys'
option periodic_inform_enable 'true'
option periodic_inform_interval '1800'
@ -26,7 +26,7 @@ config cpe 'cpe'
option log_severity 'INFO'
option log_file_name '/var/log/icwmpd.log'
option log_max_size '102400'
option userid '$OUI-$SER'
option userid '' #$OUI-$SER
option passwd 'iopsys'
option port '7547'
option ubus_socket '/var/run/ubus.sock'