Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | |
| 2 | # |
| 3 | # Patch managed by http://www.holgerschurig.de/patcher.html |
| 4 | # |
| 5 | |
| 6 | Upstream-Status: Inappropriate [configuration] |
| 7 | |
| 8 | --- hostap-utils-0.2.4/hostap_fw_load~hostap-fw-load |
| 9 | +++ hostap-utils-0.2.4/hostap_fw_load |
| 10 | @@ -6,9 +6,9 @@ |
| 11 | # Firmware images for the card |
| 12 | # TODO: could try to select correct firmware type automatically |
| 13 | |
| 14 | -PRI=/etc/pcmcia/PM010102.HEX |
| 15 | -STA=/etc/pcmcia/RF010802.HEX |
| 16 | -PRISM2_SREC=/usr/local/bin/prism2_srec |
| 17 | +PRI=/etc/pcmcia/pm010102.hex |
| 18 | +STA=/etc/pcmcia/rf010804.hex |
| 19 | +PRISM2_SREC=/usr/sbin/prism2_srec |
| 20 | |
| 21 | set -e |
| 22 | |