readme
来自「madwifi上的atheros无线网卡驱动源码」· 代码 · 共 24 行
TXT
24 行
This directory contains the bits needed to integrate the Madwifi sourcedistribution into a Linux kernel source tree. To do this, unpack thekernel source if needed, then run the install.sh script from thisdirectory.If you want to patch the currently running system you can run install.shwithout arguments, otherwise specify the source tree location on thecommand line:./install.sh /usr/src/linuxThe driver sources will be copies into drivers/net/wireless/madwifi andsome kernel files will be patched to know about this directory.Now you can run "make menuconfig" or similar command and configure thedriver using the normal mechanisms. If the kernel is already configured,run "make oldconfig" to skip the questions you have already answered.If you want to build modules, it's recommended that you use thestandalone build rather than integrate the driver into the kernel. Useintegrated build to compile Madwifi into the kernel. However, it'spossible to build Madwifi modules when the driver is integrated into a2.6.x kernel.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?