Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
System Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
system
System Manager
Commits
25cf2cbf
Verified
Commit
25cf2cbf
authored
3 months ago
by
Vivek Dutta
Browse files
Options
Downloads
Patches
Plain Diff
Update vendor extension in pipeline
parent
28f575dd
No related branches found
No related tags found
1 merge request
!24
Update vendor extension in pipeline
Pipeline
#195820
passed
3 months ago
Stage: static_code_analysis
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/guide/libbbfdm_DeviceInfo_FirmwareImage.md
+3
-3
3 additions, 3 deletions
docs/guide/libbbfdm_DeviceInfo_FirmwareImage.md
src/Makefile
+1
-1
1 addition, 1 deletion
src/Makefile
with
4 additions
and
4 deletions
docs/guide/libbbfdm_DeviceInfo_FirmwareImage.md
+
3
−
3
View file @
25cf2cbf
...
...
@@ -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_IO
PSYS
_EU_KeepConfig
Device.DeviceInfo.FirmwareImage.
{
i
}
.Download
()
input:X_IO
WRT
_EU_KeepConfig
```
Customer can use X_IO
PSYS
_EU_KeepConfig=0, to do factory reset(not copy the current config to next firmware) while doing the download.
Customer can use X_IO
WRT
_EU_KeepConfig=0, to do factory reset(not copy the current config to next firmware) while doing the download.
> Note: Default value of X_IO
PSYS
_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_IO
WRT
_EU_KeepConfig is 1, so in case this option not used, it keeps the config(as the default behavior of the CPE).
This diff is collapsed.
Click to expand it.
src/Makefile
+
1
−
1
View file @
25cf2cbf
...
...
@@ -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_IO
PSYS
_EU_
\"
PROG_CFLAGS
+=
-DCUSTOM_PREFIX
=
\"
X_IO
WRT
_EU_
\"
endif
endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment