firmware: add a comment here

This commit is contained in:
Franco Fichtner 2024-08-14 08:38:15 +02:00
parent 675ef84271
commit c054a2b94b

View File

@ -169,6 +169,7 @@ switch ($action) {
$count = count($plugins);
foreach ($obsolete as $name) {
/* remove logic is reversed but we remove both anyway */
$plugins = plugins_remove_sibling("os-{$name}-devel", $plugins);
$plugins = plugins_remove_sibling("os-{$name}", $plugins);
}