625188e5bf
In order to handle regulatory domain requests, crda needs to be installed on the host, but we also need to install a uevent helper in the VM so that it gets executed (since we don't run udev). Signed-hostap: Johannes Berg <johannes.berg@intel.com>
6 lines
126 B
Bash
Executable file
6 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# assume this was a call for CRDA,
|
|
# if not then it won't find a COUNTRY
|
|
# environment variable and exit
|
|
exec crda
|