[Lunar-commits]
CVS: moonbase/net/ipw2200 BUILD, NONE, 1.1 CONFIGURE,
NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
Moritz Heiber
moe at lunar-linux.org
Mon Nov 15 19:56:43 UTC 2004
Update of /var/cvs/lunar/moonbase/net/ipw2200
In directory espresso.foo-projects.org:/tmp/cvs-serv12760/ipw2200
Added Files:
BUILD CONFIGURE DEPENDS DETAILS
Log Message:
Adding the driver for the IPW2200 wireless device. Testers
needed (and a possible maintainer) needed!
--- NEW FILE: BUILD ---
(
if [ $WITH_MONITOR == "y" ]; then
message "Enabling monitor mode ..."
sedit "s:# CONFIG_IPW_PROMISC=y:CONFIG_IPW_PROMISC=y:" Makefile
fi
if [ $WITH_WPA == "y" ]; then
message "Enabling WPA support ..."
sedit "s:# CONFIG_IEEE80211_WPA:CONFIG_IEEE80211_WPA:" Makefile
fi
# Debug sucks
message "Disabling debug messages ..."
sedit "s:CONFIG_IPW_DEBUG=y:#CONFIG_IPW_DEBUG=y:" Makefile
make &&
prepare_install &&
make install
) > $C_FIFO 2>&1
--- NEW FILE: CONFIGURE ---
mquery WITH_MONITOR "Enable MONITOR (promiscous) mode?" y
mquery WITH_WPA "Enable WPA support?" y
--- NEW FILE: DEPENDS ---
depends hostap-driver
--- NEW FILE: DETAILS ---
MODULE=ipw2200
VERSION=0.13
SOURCE=$MODULE-$VERSION.tgz
SOURCE_URL=$SFORGE_URL/$MODULE/
SOURCE_VFY=sha1:af2385156430a3f973d6733209764ef47434a5ba
ENTERED=20041115
UPDATED=20041115
SHORT="Intel PRO/Wireless 2200 Driver for Linux"
cat << EOF
This project was created by Intel to enable support for the Intel
PRO/Wireless 2200 (IPW2200) mini PCI adapter. This project is intended
to be a community effort as much as is possible given some working
constraints (mainly, no HW documentation is available).
EOF
More information about the Lunar-commits
mailing list