Skip to content
Commit 5c9849cd authored by Javier Viguera's avatar Javier Viguera Committed by Joe MacDonald
Browse files

crda: fix udev rule



The SBINDIR variable in makefile's install rule needs to have a trailing
slash so the path to the 'crda' binary in the udev rule is correct.

Otherwise the udev rule has a wrong path:

KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="/usr/sbincrda"

and at runtime udev complains:

failed to execute '/usr/sbincrda'

when a regulatory domain event is triggered.

Signed-off-by: default avatarJavier Viguera <javier.viguera@digi.com>
Acked-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
parent 0d9adcd6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment