Enable support for DediProg SF100, since it's very common.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
68abf3998f
commit
312185fe1c
@ -1,7 +1,7 @@
|
||||
Summary: Simple program for reading/writing BIOS chips content
|
||||
Name: flashrom
|
||||
Version: 0.9.7
|
||||
Release: 1.svn1850%{?dist}
|
||||
Release: 2.svn1850%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
URL: http://flashrom.org
|
||||
@ -54,7 +54,7 @@ autoreconf -ivf
|
||||
%if 0%{?el5}
|
||||
%configure --with-linux-spi=no
|
||||
%else
|
||||
%configure --with-ft2232-spi=no --with-usbblaster-spi=no
|
||||
%configure --with-ft2232-spi=no --with-usbblaster-spi=no --with-dediprog=yes
|
||||
%endif
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -85,6 +85,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 13 2015 Peter Jones <pjones@redhat.com> - 0.9.7-2.svn1850
|
||||
- Enable support for DediProg SF100, since it's very common.
|
||||
|
||||
* Thu Sep 11 2014 Peter Lemenkov <lemenkov@gmail.com> - 0.9.7-1.svn1850
|
||||
- Add support for Winbond W25Q40.V chips
|
||||
- Add support for Macronix MX23L1654, MX23L6454 and MX23L12854 mask ROMs
|
||||
|
Loading…
Reference in New Issue
Block a user