We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232bc32 commit 3008eacCopy full SHA for 3008eac
1 file changed
aliases/virtual/core/udev.yaml
@@ -1,4 +1,4 @@
1
multiPackage:
2
- "": ${CONFIG_SELECT_UDEV:-core::eudev}
3
- dev: ${CONFIG_SELECT_UDEV:-core::eudev}-dev
4
- tgt: ${CONFIG_SELECT_UDEV:-core::eudev}-tgt
+ "": ${CONFIG_SELECT_UDEV:-$(if-then-else,$(eq,${CONFIG_INIT:-},systemd),core::systemd,core::eudev)}
+ dev: ${CONFIG_SELECT_UDEV:-$(if-then-else,$(eq,${CONFIG_INIT:-},systemd),core::systemd-libudev,core::eudev)}-dev
+ tgt: ${CONFIG_SELECT_UDEV:-$(if-then-else,$(eq,${CONFIG_INIT:-},systemd),core::systemd-libudev,core::eudev)}-tgt
0 commit comments