hostap-utils: fix firmware path for prism3 fw 1.8.4
authorMichael Lauer <mickey@vanille-media.de>
Thu, 28 Jul 2005 10:48:16 +0000 (10:48 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 28 Jul 2005 10:48:16 +0000 (10:48 +0000)
packages/hostap/files/hostap-fw-load.patch
packages/hostap/hostap-utils_0.3.7.bb

index 1076362..88adee2 100644 (file)
@@ -13,7 +13,7 @@
 -STA=/etc/pcmcia/RF010802.HEX
 -PRISM2_SREC=/usr/local/bin/prism2_srec
 +PRI=/etc/pcmcia/pm010102.hex
-+STA=/etc/pcmcia/rf010803.hex
++STA=/etc/pcmcia/rf010804.hex
 +PRISM2_SREC=/usr/sbin/prism2_srec
  
  set -e
index 93a3cb5..7601129 100644 (file)
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
 RDEPENDS = "hostap-modules (${PV})"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \
           file://hostap-fw-load.patch;patch=1"