diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-06 07:44:00 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-06 07:44:00 +0100 |
commit | cdd27f17b730c0f5ba537fdee6a9086549f67410 (patch) | |
tree | b90fb9a10ce8f2a7d524aef8acf11a910eb5c4f5 /packages/linux/linux.inc | |
parent | b7ce9179e07a5eef3df653c4830192f10868aa34 (diff) |
linux.inc: add back 'yes '' | oe_runmake oldconfig' that got dropped
Diffstat (limited to 'packages/linux/linux.inc')
-rw-r--r-- | packages/linux/linux.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index f3d3bf8baa..984efac4d3 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -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() { |