mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-01 03:56:20 +00:00
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: Felix Fietkau <nbd@nbd.name>