mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
bbf: Correct vendor config argument name
USP calls the icwmp script with this argument, which uses the TR-069 definition for vendor configuration. The name needs to match the specification and the argument specified in icwmp.
This commit is contained in:
parent
bfb602d751
commit
eac4d8e5da
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#define SYSTEM_UBUS_PATH "system"
|
||||
#define NETWORK_INTERFACE_UBUS_PATH "network.interface"
|
||||
#define ICWMP_SCRIPT "/usr/sbin/icwmp"
|
||||
#define VCF_FILE_TYPE "3"
|
||||
#define VCF_FILE_TYPE "3 Vendor Configuration File"
|
||||
|
||||
extern struct op_cmd *dynamic_operate;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue