From: Michael S. Tsirkin Date: Thu, 21 Mar 2013 12:04:21 +0000 (+0200) Subject: roms: switch oldnoconfig to olddefconfig X-Git-Tag: v1.5.0-rc0~409^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5519b42cfd6c00e9f8b31c5aad7682e7a9f1181;p=thirdparty%2Fqemu.git roms: switch oldnoconfig to olddefconfig When a new option is added that qemu does not know about, the prudent thing is to use the default not force it to "no". Signed-off-by: Michael S. Tsirkin --- diff --git a/roms/configure-seabios.sh b/roms/configure-seabios.sh index 98f59a24ba9..4bb6c2b90f3 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 oldnoconfig +make -C seabios olddefconfig