]> git.pld-linux.org Git - packages/eagle-usb.git/blob - eagle-firmware.patch
- fixed %post
[packages/eagle-usb.git] / eagle-firmware.patch
1 --- eagle-1.0.4/driver/user/adictrl.c~  2003-06-03 22:40:57.000000000 +0000
2 +++ eagle-1.0.4/driver/user/adictrl.c   2003-07-15 19:49:44.000000000 +0000
3 @@ -54,8 +54,8 @@
4  
5  #define NB_SUPPORTED_PRODS  (sizeof(supported_products)/sizeof(supported_products[0]))
6  
7 -#define DEFAULT_FIRMWAREFILE "/etc/analog/firmware.bin"
8 -#define DEFAULT_DSPFILE             "/etc/analog/DSPcode.bin"
9 +#define DEFAULT_FIRMWAREFILE "/usr/share/misc/firmware.bin"
10 +#define DEFAULT_DSPFILE             "/usr/share/misc/DSPcode.bin"
11  #define DEFAULT_OPTIONSFILE  "/etc/analog/adiusbadsl.conf"
12  
13  #if 0
14 --- eagle-1.0.4/driver/firmware/Makefile~       2003-07-15 19:43:48.000000000 +0000
15 +++ eagle-1.0.4/driver/firmware/Makefile        2003-07-15 19:47:24.000000000 +0000
16 @@ -33,8 +33,8 @@
17         gcc $(CFLAGS) builddsp.c -o buildDSP
18  
19  install : firmware.bin DSPcode.bin
20 -       mkdir -p $(DESTDIR)/$(CONFIGDIR)
21 -       $(INSTALLER)  *.bin $(DESTDIR)/$(CONFIGDIR)
22 +       mkdir -p $(DESTDIR)/usr/share/misc
23 +       $(INSTALLER)  *.bin $(DESTDIR)/usr/share/misc
24  
25  uninstall:
26         rm -f $(DESTDIR)/$(CONFIGDIR)/DSPcode.bin
27 diff -urN aaa/eagle-1.0.4/readme.txt eagle-1.0.4/readme.txt
28 --- aaa/eagle-1.0.4/readme.txt  2003-06-18 23:58:25.000000000 +0200
29 +++ eagle-1.0.4/readme.txt      2003-07-15 22:22:10.000000000 +0200
30 @@ -146,7 +146,7 @@
31      /usr/sbin/stopadsl\r
32      /usr/sbin/showstat\r
33      /etc/analog/adiusbadsl.conf\r
34 -    /etc/analog/DSPcode.bin\r
35 +    /usr/share/misc/DSPcode.bin\r
36      /etc/hotplug/usb/adiusbfirmware\r
37      /etc/hotplug/usb/adiusbdsp\r
38      /etc/ppp/options.adsl\r
39 @@ -173,7 +173,7 @@
40  \r
41  where "file" is the binary file containing the DSP code. This file can\r
42  be generated with the tool driver/firmware/buildDSP from the .BNM files.\r
43 -The default DSP code file is the file /etc/analog/DSPcode.bin.\r
44 +The default DSP code file is the file /usr/share/misc/DSPcode.bin.\r
45      The module keeps in memory the DSP code, since the modem can need\r
46  it at any time. However, it is not resent automatically when the modem\r
47  is plugged in, so the firmware must be reloaded explicitely in this case.\r
This page took 0.133107 seconds and 3 git commands to generate.