Skip to content
Snippets Groups Projects
Commit 67f322b2 authored by Allan Blanchard's avatar Allan Blanchard Committed by Andre Maroneze
Browse files

[kernel] fix share visibility

parent 24c96c17
No related branches found
No related tags found
No related merge requests found
...@@ -295,6 +295,11 @@ struct ...@@ -295,6 +295,11 @@ struct
let is_visible = !share_visible_ref let is_visible = !share_visible_ref
let is_kernel = is_kernel () (* the side effect must be applied right now *) let is_kernel = is_kernel () (* the side effect must be applied right now *)
let () =
Parameter_customize.set_cmdline_stage Cmdline.Extended;
if is_visible then Parameter_customize.is_reconfigurable ()
else Parameter_customize.is_invisible ()
module Dir_name = module Dir_name =
Filepath Filepath
(struct (struct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment