We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddafc4c commit 45c05beCopy full SHA for 45c05be
1 file changed
scripts/dts
@@ -15,6 +15,9 @@ while : ; do
15
# Do some subscription routine each time menu is rendered:
16
subscription_routine
17
18
+ # Some menu options depend on platform data:
19
+ board_config
20
+
21
# Header should always be printed:
22
show_header
23
if [ -z "$DPP_SUBMENU_ACTIVE" ]; then
0 commit comments