Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
92
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit Switch - Software
Commits
a09a3f38
Commit
a09a3f38
authored
2 weeks ago
by
Adam Wujek
Browse files
Options
Downloads
Patches
Plain Diff
[FEATURE:
#360
] Kconfig: add message about Local Overwrite enabled to menuconfig
Signed-off-by:
Adam Wujek
<
dev_public@wujek.eu
>
parent
12702d1a
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Kconfig
+8
-0
8 additions, 0 deletions
Kconfig
configs/wrs_release_defconfig
+20
-0
20 additions, 0 deletions
configs/wrs_release_defconfig
with
28 additions
and
0 deletions
Kconfig
+
8
−
0
View file @
a09a3f38
...
@@ -71,6 +71,14 @@ config DOTCONF_URL
...
@@ -71,6 +71,14 @@ config DOTCONF_URL
MACADDR are substituted before retrieving the file.
MACADDR are substituted before retrieving the file.
Example: "tftp://morgana/wrs-config-IPADDR"
Example: "tftp://morgana/wrs-config-IPADDR"
if DOTCONF_LOCAL_OVERWRITE
comment "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
comment "XX Local Overwrite enabled! XX"
comment "XX (config values may be overwritten by values in XX"
comment "XX /update/permanent/dot-config/dot-config-overwrite) XX"
comment "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
endif
config DOTCONF_LOCAL_OVERWRITE
config DOTCONF_LOCAL_OVERWRITE
boolean "Overwrite dot-config with values locally stored in /update"
boolean "Overwrite dot-config with values locally stored in /update"
default y
default y
...
...
This diff is collapsed.
Click to expand it.
configs/wrs_release_defconfig
+
20
−
0
View file @
a09a3f38
...
@@ -8,6 +8,26 @@ CONFIG_DOTCONF_INFO=""
...
@@ -8,6 +8,26 @@ CONFIG_DOTCONF_INFO=""
# CONFIG_DOTCONF_SOURCE_LOCAL is not set
# CONFIG_DOTCONF_SOURCE_LOCAL is not set
# CONFIG_DOTCONF_SOURCE_REMOTE is not set
# CONFIG_DOTCONF_SOURCE_REMOTE is not set
CONFIG_DOTCONF_SOURCE_TRY_DHCP=y
CONFIG_DOTCONF_SOURCE_TRY_DHCP=y
#
# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#
#
# XX Local Overwrite enabled! XX
#
#
# XX (config values may be overwritten by values in XX
#
#
# XX /update/permanent/dot-config/dot-config-overwrite) XX
#
#
# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#
CONFIG_DOTCONF_LOCAL_OVERWRITE=y
CONFIG_DOTCONF_LOCAL_OVERWRITE=y
CONFIG_LEAPSEC_SOURCE_LOCAL=y
CONFIG_LEAPSEC_SOURCE_LOCAL=y
# CONFIG_LEAPSEC_SOURCE_REMOTE_FORCE is not set
# CONFIG_LEAPSEC_SOURCE_REMOTE_FORCE is not set
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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