[Lunar-commits] CVS: moonbase/zbeta/prism54 BUILD, NONE,
1.1 CONFIGURE, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
Nick Hudson
nhudson at lunar-linux.org
Wed Mar 3 04:56:51 GMT 2004
Update of /var/cvs/lunar/moonbase/zbeta/prism54
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30673/prism54
Added Files:
BUILD CONFIGURE DEPENDS DETAILS
Log Message:
Adding in the prism54 module, so far it compiles but my card doesnt seem to wanna work. Please for those who have 54G cards test this with your card to see if it works.-
--- NEW FILE: BUILD ---
(
if [ -e "/etc/hotplug" ]; then
cp $SOURCE_CACHE/$SOURCE3 /etc/hotplug &&
chmod 700 /etc/hotplug/$SOURCE3 &&
chown 0:0 /etc/hotplug/$SOURCE3 || true
else
mkdir -p /etc/hotplug &&
cp $SOURCE_CACHE/SOURCE3 /etc/hotplug &&
chmod 700 /etc/hotplug/$SOURCE3 &&
chown 0:0 /etc/hotplug/$SOURCE3 || true
fi
make KDIR=/usr/src/linux modules &&
make KDIR=/usr/src/linux install &&
mkdir -p /usr/lib/hotplug/firmware &&
cp $SOURCE_CACHE/$SOURCE2 /usr/lib/hotplug/firmware
) > $C_FIFO 2>&1
--- NEW FILE: CONFIGURE ---
echo "Make sure you have either linux-beta or linux-beta-mm installed"
echo "Also make sure you have CONFIG_FW_LOADER enabled in your kernel"
sleep 5
--- NEW FILE: DEPENDS ---
depends pcmcia-cs &&
depends wireless_tools &&
depends hotplug
--- NEW FILE: DETAILS ---
MODULE=prism54
VERSION=cvs-latest
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=isl3890
SOURCE3=firmware.agent
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://www.prism54.org/pub/linux/snapshot/tars/$SOURCE
SOURCE2_URL[0]=http://prism54.org/~mcgrof/firmware/$SOURCE2
SOURCE2_VFY=md5:8bd4310971772a486b9784c77f8a6df9
SOURCE3_URL[0]=http://prism54.org/~hvr/firmware.agent
SOURCE_VFY=md5:f95adaf4c43ce30a158fd2bb5b570e27
WEB_SITE=http://www.prism54.org
ENTERED=20040303
UPDATED=20040303
SHORT="Linux Driver for the 802.11g Prism GT / Prism Duette
/ Prism Indigo Chipsets"
cat << EOF
Linux Driver for the 802.11g Prism GT / Prism Duette / Prism Indigo
Chipsets
EOF
More information about the Lunar-commits
mailing list