]> git.pld-linux.org Git - packages/fxload.git/blame - fxload-firmwaredir.patch
- updated to keep firmware data in /lib/firmware; release 2
[packages/fxload.git] / fxload-firmwaredir.patch
CommitLineData
77073e27
JB
1--- fxload-2008_10_13/Makefile.orig 2016-07-15 19:17:49.741849518 +0200
2+++ fxload-2008_10_13/Makefile 2016-07-15 19:23:04.921845701 +0200
3@@ -61,7 +61,7 @@
4 install: $(PROG)
5 $(INSTALL_PROGRAM) $(PROG) $(sbindir)/$(PROG)
6 $(INSTALL_PROGRAM) -m 0644 $(PROG).8 $(mandir)/man8/$(PROG).8
7- $(INSTALL_PROGRAM) -m 0644 a3load.hex $(prefix)/usr/share/usb/a3load.hex
8+ $(INSTALL_PROGRAM) -m 0644 a3load.hex $(prefix)/lib/firmware/ezusb/a3load.hex
9
10
11 # make a source tarball
12--- fxload-2008_10_13/fxload.8.orig 2008-10-13 23:44:04.000000000 +0200
13+++ fxload-2008_10_13/fxload.8 2016-07-15 19:23:25.118512358 +0200
14@@ -226,7 +226,7 @@
15 This is provided by the Linux kernel as part of USB hotplugging.
16 .SH "FILES"
17 .TP
18-.I /usr/share/usb/a3load.hex
19+.I /lib/firmware/ezusb/a3load.hex
20 Second stage loader that works with AnchorChips EZ-USB,
21 Cypress EZ-USB FX, and Cypress EZ-USB FX2.
22 Note that this only supports the 0xA3 vendor command, to
This page took 0.088664 seconds and 4 git commands to generate.