armbian / documentation

Armbian Linux Documentation
https://docs.armbian.com
GNU General Public License v3.0
183 stars 172 forks source link

Advanced_Features: fix building wifi driver guide #447

Closed alive4ever closed 3 months ago

alive4ever commented 3 months ago

Export kernel source directory a KSRC variable before building the driver and fix the building command to use $KSRC and M=$PWD to perform single kernel module build inside the out-of-tree kernel module directory.

Also add a reference link to official kbuild/modules documentations.