Update of /cvsroot/leaf/src/bering-uclibc/apps/hostap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9995
Modified Files: buildtool.cfg hostap-utils-pre-up Log Message: fix for firmware loading by Jim Munro and Charles Steinkuehler Index: hostap-utils-pre-up =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc/apps/hostap/hostap-utils-pre-up,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** hostap-utils-pre-up 28 Dec 2004 22:50:06 -0000 1.1 --- hostap-utils-pre-up 3 May 2006 21:02:01 -0000 1.2 *************** *** 14,18 **** fi ! if grep -q no_pri=1 /proc/net/hostap/$1/debug; then echo "Downloading primary firmware $2 to interface $1" $PRISM2_SREC -gs $1 $2 --- 14,18 ---- fi ! if cat /proc/net/hostap/$1/debug | grep -q no_pri=1; then echo "Downloading primary firmware $2 to interface $1" $PRISM2_SREC -gs $1 $2 *************** *** 25,29 **** load_secondary() { ! if grep -q pri_only=1 /proc/net/hostap/$1/debug; then echo "Downloading secondary (station) firmware $2 to interface $1" $PRISM2_SREC -rp $1 $2 --- 25,29 ---- load_secondary() { ! if cat /proc/net/hostap/$1/debug | grep -q pri_only=1; then echo "Downloading secondary (station) firmware $2 to interface $1" $PRISM2_SREC -rp $1 $2 Index: buildtool.cfg =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc/apps/hostap/buildtool.cfg,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** buildtool.cfg 11 Apr 2006 20:32:12 -0000 1.16 --- buildtool.cfg 3 May 2006 21:02:01 -0000 1.17 *************** *** 81,85 **** <hostapu> Version = 0.4.7 ! Revision = 4 Help <<EOF --- 81,85 ---- <hostapu> Version = 0.4.7 ! Revision = 5 Help <<EOF ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ leaf-cvs-commits mailing list leaf-cvs-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits