From: Steven Rostedt Date: Wed, 12 Dec 2012 01:16:03 +0000 (-0500) Subject: ktest: Fix breakage from change of oldnoconfig to olddefconfig X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~26^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=189251705649bdfdf5e5850eb178f8cbfdac5480;p=pandora-kernel.git ktest: Fix breakage from change of oldnoconfig to olddefconfig Commit fb16d891 "kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name", changed ktest's default config update from oldnoconfig to olddefconfig without adding oldnoconfig as a backup. The make oldnoconfig works much better than its backup of: yes '' | make oldconfig But due to this change, and the fact that ktest is used to build lots of older kernels (and for bisects), it forgoes the oldnoconfig completely. Cc: Adam Lee Cc: Michal Marek Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed