Skip to content
Snippets Groups Projects
Commit cfd83555 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

scripts/package-metadata.pl: fix overriding conditional dependencies with conditional select


Conditional dependencies use the '(!cond) || dep' syntax, whereas
conditional select uses 'dep if cond'.
Add an extra check to suppress emitting a conditional if an equal
conditional select already exists.

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 90f0ca0d
No related branches found
No related tags found
Loading
Loading
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