prism-firmware.bb : remove if around secondary firmware download as we always
authorGraeme Gregory <dp@xora.org.uk>
Fri, 29 Jun 2007 08:28:48 +0000 (08:28 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Fri, 29 Jun 2007 08:28:48 +0000 (08:28 +0000)
want to do this and logic as presented prevented download on flashless cards.

packages/misc-binary-only/prism-firmware.bb
packages/misc-binary-only/prism-firmware/prism-fw.sh

index 4b18d86..fefdb0a 100644 (file)
@@ -5,7 +5,7 @@ RDEPENDS = "hostap-utils"
 RREPLACES = "prism3-firmware prism3-support"
 RCONFLICTS = "prism3-firmware prism3-support"
 PACKAGE_ARCH = "all"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.red-bean.com/~proski/firmware/Latest-prism.tar.bz2 \
            file://prism-fw.sh \
index c586007..96a2457 100644 (file)
@@ -28,6 +28,5 @@ if grep -q no_pri=1 $DIR/debug; then
     /usr/sbin/prism2_srec -gp wlan0 $PRI 
 fi
 
-if grep -q pri_only=0 $DIR/debug; then
-    /usr/sbin/prism2_srec -rp wlan0 $STA
-fi
+/usr/sbin/prism2_srec -rp wlan0 $STA
+