projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a4e177
)
Revert "roms: switch oldnoconfig to olddefconfig"
author
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 28 May 2013 10:09:41 +0000
(12:09 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 28 May 2013 10:12:07 +0000
(12:12 +0200)
This reverts commit
a5519b42cfd6c00e9f8b31c5aad7682e7a9f1181
.
Breaks "make bios" in roms/ as the kconfig version in seabios doesn't
support olddefconfig. Must have been be totally untested.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
roms/configure-seabios.sh
patch
|
blob
|
history
diff --git
a/roms/configure-seabios.sh
b/roms/configure-seabios.sh
index 4bb6c2b90f30cc37e9e4e60fb3e3d33bf6eed199..98f59a24ba938c170c0d64ae3c2cc728130b1975 100755
(executable)
--- a/
roms/configure-seabios.sh
+++ b/
roms/configure-seabios.sh
@@
-2,4
+2,4
@@
config="$1"
make -C seabios clean distclean
cp "$config" seabios/.config
-make -C seabios old
def
config
+make -C seabios old
no
config