[PC-BSD Commits] r2311 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Thu Jul 10 08:24:03 PDT 2008
Author: kris
Date: 2008-07-10 08:24:03 -0700 (Thu, 10 Jul 2008)
New Revision: 2311
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh
Log:
added wpi to the list of cards we will setup the network tray applet for
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2008-07-10 15:22:11 UTC (rev 2310)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2008-07-10 15:24:03 UTC (rev 2311)
@@ -48,7 +48,7 @@
# Now Setup the DHCP for each card
config="`ifconfig -l`"
-NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep fe ie lnc sn xe an awi wi nve iwi ipw nfe msk"
+NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep fe ie lnc sn xe an awi wi nve iwi ipw nfe msk wpi"
for i in $NIC; do
@@ -81,7 +81,7 @@
# Create the tray loader .desktop file
case ${i} in
- iwi|wi|awi|ipw) FLAG="-wireless" ;;
+ iwi|wi|awi|ipw|wpi) FLAG="-wireless" ;;
*) FLAG="-ethernet" ;;
esac
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh 2008-07-10 15:22:11 UTC (rev 2310)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh 2008-07-10 15:24:03 UTC (rev 2311)
@@ -7,7 +7,7 @@
config="`ifconfig -l`"
-NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep fe ie lnc sn xe an awi wi nve nfe msk"
+NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep fe ie lnc sn xe an awi wi nve nfe msk iwi wpi"
for i in $NIC; do
More information about the Commits
mailing list