使用WIFI网卡的AP功能 1.下载源码 hostapd: http://w1.fi/hostapd/ 2.编译.安装(hostapd依赖于libnl库,需要编译.安装此库) tar xzf hostapd-2.0.tar.gz cd hostapd-2.0/ cd hostapd/ cp defconfig .config 修改.config, 加一行: CONFIG_LIBNL32=y 修改Makefile: CC=arm-linux-gcc 交叉编译 编译 make 安装 make DE
下载最新的固件源码https://github.com/qca/open-ath9k-htc-firmware/archive/1.4.0.zip得到 open-ath9k-htc-firmware-1.4.0.zip 解压 也可以直接 clone 项目 git clone https://github.com/qca/open-ath9k-htc-firmware.git 编译方法How do I build it?------------------You're in for a trea