From: Gerd Hoffmann Date: Tue, 28 May 2013 10:09:41 +0000 (+0200) Subject: Revert "roms: switch oldnoconfig to olddefconfig" X-Git-Tag: v1.5.1~46 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7b9cdc5bba55c411a8c9ee49a783f4a35638a1e5;hp=0565700d7859bca6cb0e74c3c98f5fd1201559b5;p=qemu.git Revert "roms: switch oldnoconfig to olddefconfig" 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 (cherry picked from commit 19cd090e17b293b49eec59346df94a668f5d2438) Signed-off-by: Michael Roth --- diff --git a/roms/configure-seabios.sh b/roms/configure-seabios.sh index 4bb6c2b90..98f59a24b 100755 --- 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 olddefconfig +make -C seabios oldnoconfig