diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-03-05 17:30:41 -0800 |
---|---|---|
committer | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-03-05 17:30:41 -0800 |
commit | 89164c1439fb9e9beea28c4d384610136c6fa0b8 (patch) | |
tree | ac428d6a8423f4a58b5e6f93e4cf1bc8f492ae81 | |
parent | 479ca1d86dfb091d0161e201859a9bf113d8c88d (diff) | |
download | crda-89164c1439fb9e9beea28c4d384610136c6fa0b8.tar.gz crda-89164c1439fb9e9beea28c4d384610136c6fa0b8.tar.bz2 crda-89164c1439fb9e9beea28c4d384610136c6fa0b8.zip |
Doh, forgot to add crda after SBINDIR
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
-rw-r--r-- | udev/regulatory.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/regulatory.rules b/udev/regulatory.rules index ef9b5f1..5588ed7 100644 --- a/udev/regulatory.rules +++ b/udev/regulatory.rules @@ -2,4 +2,4 @@ # For more information see: # http://wireless.kernel.org/en/developers/Regulatory/CRDA -KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)" +KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)/crda" |