Skip to content

Commit 0ec5de4

Browse files
jipanyanglguohan
authored andcommitted
[build]: Fix INSTALL_DEBUG_TOOLS build config option (#2564)
* Fix INSTALL_DEBUG_TOOLS build config option Signed-off-by: Jipan Yang <[email protected]>
1 parent 47a9a61 commit 0ec5de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/config

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ DEFAULT_PASSWORD = YourPaSsWoRd
5252
# by default for TOR switch
5353
# ENABLE_PFCWD_ON_START = y
5454

55-
# SONIC_INSTALL_DEBUG_TOOLS - installs debugging tools in baseline docker
55+
# INSTALL_DEBUG_TOOLS - installs debugging tools in baseline docker
5656
# Uncomment next line to enable:
57-
# SONIC_INSTALL_DEBUG_TOOLS = y
57+
# INSTALL_DEBUG_TOOLS = y
5858

5959
# SONIC_ROUTING_STACK - specify the routing-stack being elected to drive SONiC's control-plane.
6060
# Supported routing stacks on SONiC are:

0 commit comments

Comments
 (0)