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:
Simon Tate 2020-10-18 18:05:40 +01:00 committed by Amin Ben Ramdhane
parent bfb602d751
commit eac4d8e5da

View file

@ -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;