Skip to content

Commit 6fc59d1

Browse files
committed
Overlay management: disable showing this option where its not supported
Odroid XU4 is the only board where /boot/boot.ini way of setting boot parameters is used. Since this is not supported, makes not point showing an option in the menu.
1 parent ba87a6f commit 6fc59d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/json/config.system.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
],
332332
"status": "Stable",
333333
"author": "@viraniac @igorpecovnik",
334-
"condition": "[ -d /boot/dtb/ ]"
334+
"condition": "[ -d /boot/dtb/ ] && [ -f /boot/armbianEnv.txt ]"
335335
}
336336
]
337337
}

0 commit comments

Comments
 (0)