iw is a new nl80211 based CLI configuration utility for wireless devices. It supports all new drivers that have been added to the kernel recently. The old tool iwconfig, which uses Wireless Extensions interface, is deprecated and it's strongly recommended to switch to iw and nl80211.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://www.kernel.org/pub/software/network/iw/iw-6.17.tar.xz
MD5 校验和:7323e43843f30068ffb6079e15e8e11a
大小:160 KB
预计所需磁盘空间:4.0 MB
预计构建时间:小于 0.1 SBU
To use iw, the kernel must have the appropriate drivers and other support available. Read 为无线网络配置 Linux 内核 for details.
To install iw, use the following commands:
sed -i "/INSTALL.*gz/s/.gz//" Makefile && make
This package does not come with a test suite.
Now, as the root user:
make install
sed ...: Install uncompressed manual pages in accordance with other man pages.