From 25cf2cbffdb96302b27680176a87f16990c61983 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta <vivek.dutta@iopsys.eu> Date: Tue, 25 Feb 2025 14:47:07 +0530 Subject: [PATCH] Update vendor extension in pipeline --- docs/guide/libbbfdm_DeviceInfo_FirmwareImage.md | 6 +++--- src/Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guide/libbbfdm_DeviceInfo_FirmwareImage.md b/docs/guide/libbbfdm_DeviceInfo_FirmwareImage.md index 3d101bf..4151da9 100644 --- a/docs/guide/libbbfdm_DeviceInfo_FirmwareImage.md +++ b/docs/guide/libbbfdm_DeviceInfo_FirmwareImage.md @@ -133,9 +133,9 @@ Device.DeviceInfo.FirmwareImage.{i}.Download() input:FileSize Device.DeviceInfo.FirmwareImage.{i}.Download() input:Password Device.DeviceInfo.FirmwareImage.{i}.Download() input:URL Device.DeviceInfo.FirmwareImage.{i}.Download() input:Username -Device.DeviceInfo.FirmwareImage.{i}.Download() input:X_IOPSYS_EU_KeepConfig +Device.DeviceInfo.FirmwareImage.{i}.Download() input:X_IOWRT_EU_KeepConfig ``` -Customer can use X_IOPSYS_EU_KeepConfig=0, to do factory reset(not copy the current config to next firmware) while doing the download. +Customer can use X_IOWRT_EU_KeepConfig=0, to do factory reset(not copy the current config to next firmware) while doing the download. -> Note: Default value of X_IOPSYS_EU_KeepConfig is 1, so in case this option not used, it keeps the config(as the default behavior of the CPE). +> Note: Default value of X_IOWRT_EU_KeepConfig is 1, so in case this option not used, it keeps the config(as the default behavior of the CPE). diff --git a/src/Makefile b/src/Makefile index adb7c0b..7d7571b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -40,7 +40,7 @@ endif ifeq ($(SYSMNGR_VENDOR_EXTENSIONS),y) PROG_CFLAGS += -DSYSMNGR_VENDOR_EXTENSIONS ifeq ($(filter -DCUSTOM_PREFIX=%,$(PROG_CFLAGS)),) -PROG_CFLAGS += -DCUSTOM_PREFIX=\"X_IOPSYS_EU_\" +PROG_CFLAGS += -DCUSTOM_PREFIX=\"X_IOWRT_EU_\" endif endif -- GitLab