Revert "ubox: the validation code has problems with the "(" char. use string for now"

This reverts commit f7c2ac3ea9b5f2dc4ef4ce4ef195de8a4ac5546b.

SVN-Revision: 38937
master
Jo-Philipp Wich 11 years ago
parent 1527f96ca6
commit cdbff3641b
  1. 2
      package/system/ubox/files/log.init

@ -15,7 +15,7 @@ validate_log_section()
'log_size:uinteger' \
'log_ip:ipaddr' \
'log_port:port:514' \
'log_proto:string:udp' \
'log_proto:or("tcp", "udp"):udp' \
'log_prefix:string'
return $?
}

Loading…
Cancel
Save