Juergen Daubert
faae14daa1
This reverts commit b181f5d38f3ac7bac15bfca8508af0ff4bbdfc1f. Currently we try to avoid linking against dbus whenever possible, at least for opt-ports, e.g. cups or firefox. It's inconsistent to break this rule for a single port like wpa_supplicant. Because wpa_supplicant is part of our ISO, we would have to include dbus as well, if we add dbus support to it. We might reconsider in the future, if we come to the conclusion that having dbus support all over is a good thing for CRUX.
README for wpa_supplicant REQUIREMENTS Kernel driver for your wireless card, e.g. ndiswrapper or ipw2100. See the wpa_supplicant homepage for supported drivers. PRE-INSTALL POST-INSTALL 1. Create a network setup for wpa_supplicant: wpa_passphrase <ssid> <your_secret> >> /etc/wpa.conf See the sample configuration file wpa_supplicant.conf in the sources for a complete description of the available options for wpa_supplicant. 2. Change your wlan start script to use wpa_supplicant. Following an example for the centrino ipw2100 driver, no need to do anything with iwconfig: /sbin/modprobe ipw2100 /sbin/ifconfig eth1 xxx.xxx.xxx.xxx netmask 255.255.255.xxx /sbin/route add default gw xxx.xxx.xxx.xxx /usr/sbin/wpa_supplicant -B -Dnl80211 -ieth1 -c/etc/wpa.conf Note: the above configuration makes use of the generic nl80211 wpa_supplicant driver, which is the preferred nowadays and supersedes the wext (wireless extensions) driver. PRECAUTION As off version 0.6.8 the -w option of wpa_supplicant was removed. See the ChangeLog for more infos. This may cause troubles because using the -w option was the recommend way to start wpa_supplicant until version 0.6.