linux.inc: add back 'yes '' | oe_runmake oldconfig' that got dropped
authorKoen Kooi <koen@openembedded.org>
Fri, 6 Mar 2009 06:44:00 +0000 (07:44 +0100)
committerKoen Kooi <koen@openembedded.org>
Fri, 6 Mar 2009 06:44:00 +0000 (07:44 +0100)
packages/linux/linux.inc

index f3d3bf8..984efac 100644 (file)
@@ -124,6 +124,7 @@ do_configure_prepend() {
                 echo "CONFIG_ROOT_NFS=y"                 >> ${S}/.config
                 echo "CONFIG_CMDLINE=\"${CMDLINE_NFSROOT_USB}\"" >> ${S}/.config
         fi
+               yes '' | oe_runmake oldconfig
 }
 
 do_configure_append_avr32() {