mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-17 09:41:19 +01:00
remove manufacuter option from cwmp.cpe
This commit is contained in:
parent
f390662d68
commit
98c3869a3c
1 changed files with 1 additions and 5 deletions
|
|
@ -6,11 +6,7 @@
|
|||
char * os__get_deviceid_manufacturer()
|
||||
{
|
||||
char *v;
|
||||
dmuci_get_option_value_string("cwmp","cpe","manufacturer", &v);
|
||||
if (v[0] == '\0') {
|
||||
db_get_value_string("device", "deviceinfo", "Manufacturer", &v);
|
||||
return v;
|
||||
}
|
||||
db_get_value_string("device", "deviceinfo", "Manufacturer", &v);
|
||||
return v;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue