mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
doc: add section about regulatory.db missing
It was found that some distros do not ship with a regulatory.db file. This is required to run some of the autotests, and if not found on the system the kernel build will fail due to some of the IWD config options which require regulatory.db. The fix is to manually download regulatory.db from git.kernel.org and place it in /lib/firmware.
This commit is contained in:
parent
aa94450edd
commit
3f13c4029a
@ -69,6 +69,16 @@ After that a default kernel with the required options can be built:
|
|||||||
|
|
||||||
$ make -j$(nproc)
|
$ make -j$(nproc)
|
||||||
|
|
||||||
|
Note: If your host distribution does not contain a regulatory.db you may get an
|
||||||
|
error similar to this when building the kernel:
|
||||||
|
|
||||||
|
No rule to make target '/lib/firmware/regulatory.db'...
|
||||||
|
|
||||||
|
To fix this you must download the regulatory.db manually and place it in
|
||||||
|
/lib/firmware. This can be found here:
|
||||||
|
|
||||||
|
https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git
|
||||||
|
|
||||||
Note: To catch locking related issues the following set of kernel config
|
Note: To catch locking related issues the following set of kernel config
|
||||||
options may be useful:
|
options may be useful:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user