Rephrase some requirements to make them less confusing.

Also, we don't support Wireless Extensions 14.


git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3759 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
proski 2008-07-07 17:54:33 +00:00
parent caa352fdd2
commit b4cd4639af
1 changed files with 9 additions and 8 deletions

17
INSTALL
View File

@ -9,12 +9,12 @@ Read the file COPYRIGHT for the complete copyright.
Requirements Requirements
------------ ------------
- Configured kernel sources of the target kernel. Some Linux - Configured kernel sources of the target kernel. Most Linux
distributions provide headers, makefiles and configuration data - it distributions provide a kernel development package - it should
should suffice. suffice.
- Wireless Extensions support (14 or later, 17 preferred) - option - Wireless Extensions support - option CONFIG_NET_RADIO or
CONFIG_NET_RADIO in kernel .config file. CONFIG_WIRELESS_EXT in kernel .config file, whichever is available.
- Sysctl support - option CONFIG_SYSCTL in kernel .config file. - Sysctl support - option CONFIG_SYSCTL in kernel .config file.
@ -22,7 +22,7 @@ Requirements
support is used if present, otherwise the AES-CCMP cipher module falls support is used if present, otherwise the AES-CCMP cipher module falls
back to a private implementation). back to a private implementation).
- gcc of same version that was used to compile the kernel. At least - gcc of the same version that was used to compile the kernel. At least
make sure that the first two version numbers or the compiler are the make sure that the first two version numbers or the compiler are the
same (e.g. it's OK to use gcc 3.4.6 to compile MadWifi if the kernel same (e.g. it's OK to use gcc 3.4.6 to compile MadWifi if the kernel
was compiled by gcc 3.4.2). Ignoring this rule will cause "Invalid was compiled by gcc 3.4.2). Ignoring this rule will cause "Invalid
@ -34,8 +34,9 @@ way compatibility with the future 2.6 kernels can be ensured. However,
the latest 2.6 kernel at the time of the release should be expected to the latest 2.6 kernel at the time of the release should be expected to
work. work.
Automatic module loading support (CONFIG_KMOD) is recommended; otherwise, Automatic module loading support (CONFIG_KMOD) is highly recommended;
care will have to be taken to manually load needed modules. otherwise, you'll need to load all required modules manually.
Building the driver Building the driver
------------------- -------------------