Update to git0418631 used by qemu 2.7
- Add e1000e qemu rom - Add vmxnet3 qemu rom - Drop ath9k building again, it still causes problems
This commit is contained in:
parent
1f5cd615e6
commit
f1f245f0ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ noarch/
|
|||||||
*.src.rpm
|
*.src.rpm
|
||||||
/ipxe-20150407-gitdc795b9f.tar.xz
|
/ipxe-20150407-gitdc795b9f.tar.xz
|
||||||
/ipxe-20150821-git4e03af8.tar.xz
|
/ipxe-20150821-git4e03af8.tar.xz
|
||||||
|
/ipxe-20160622-git0418631.tar.xz
|
||||||
|
15
ipxe.spec
15
ipxe.spec
@ -10,7 +10,9 @@
|
|||||||
# rtl8139: 0x10ec 0x8139
|
# rtl8139: 0x10ec 0x8139
|
||||||
# virtio-net: 0x1af4 0x1000
|
# virtio-net: 0x1af4 0x1000
|
||||||
# eepro100: 0x8086 0x1209
|
# eepro100: 0x8086 0x1209
|
||||||
%global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000 80861209
|
# e1000e: 0x8086 0x10d3
|
||||||
|
# vmxnet3: 0x15ad 0x07b0
|
||||||
|
%global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000 80861209 808610d3 15ad07b0
|
||||||
|
|
||||||
# We only build the ROMs if on an x86 build host. The resulting
|
# We only build the ROMs if on an x86 build host. The resulting
|
||||||
# binary RPM will be noarch, so other archs will still be able
|
# binary RPM will be noarch, so other archs will still be able
|
||||||
@ -35,12 +37,12 @@
|
|||||||
#
|
#
|
||||||
# And then change these two:
|
# And then change these two:
|
||||||
|
|
||||||
%global date 20150821
|
%global hash 0418631
|
||||||
%global hash 4e03af8
|
%global date 20160622
|
||||||
|
|
||||||
Name: ipxe
|
Name: ipxe
|
||||||
Version: %{date}
|
Version: %{date}
|
||||||
Release: 3.git%{hash}%{?dist}
|
Release: 1.git%{hash}%{?dist}
|
||||||
Summary: A network boot loader
|
Summary: A network boot loader
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -125,6 +127,11 @@ DNS, HTTP, iSCSI, etc.
|
|||||||
%ifarch %{buildarches}
|
%ifarch %{buildarches}
|
||||||
cd src
|
cd src
|
||||||
|
|
||||||
|
# ath9k drivers are too big for an Option ROM, and ipxe devs say it doesn't
|
||||||
|
# make sense anyways
|
||||||
|
# http://lists.ipxe.org/pipermail/ipxe-devel/2012-March/001290.html
|
||||||
|
rm -rf drivers/net/ath/ath9k
|
||||||
|
|
||||||
make_ipxe() {
|
make_ipxe() {
|
||||||
make %{?_smp_mflags} \
|
make %{?_smp_mflags} \
|
||||||
NO_WERROR=1 V=1 \
|
NO_WERROR=1 V=1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user