config: Fix bitwise copy-and-pasto for command line items.
The recent change allowing every configuration option to appear on the command line wrongly used bitwise AND to set a flag. This patch fixes the bug by using the proper bitwise OR idiom. Signed-off-by: Richard Cochran <rcochran@linutronix.de> Reported-by: Miroslav Lichvar <mlichvar@redhat.com> Fixes: 4e8dbd8 ("ptp4l: Accept any configuration option as a command line argument.")
This commit is contained in:
parent
81d97657bf
commit
e658982624