summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-10-05 17:49:01 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-10-05 18:22:47 +0100
commitedca868004b248d0b3d72725d89f25e18b7e4b91 (patch)
tree046cbe641b66e9fa410c11297b9d620f30eed9ae
parent559346ca034df5a35a7c7acbc438ec318e82bd02 (diff)
downloadlinux-edca868004b248d0b3d72725d89f25e18b7e4b91.tar.gz
Fix config to set defaults for new options
-rw-r--r--linux.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux.morph b/linux.morph
index 42a957531aa5..455bb24595cb 100644
--- a/linux.morph
+++ b/linux.morph
@@ -47,7 +47,8 @@
"scripts/config -e 8139TOO",
"scripts/config -e 8139CP",
"scripts/config -e IKCONFIG",
- "scripts/config -e IKCONFIG_PROC"
+ "scripts/config -e IKCONFIG_PROC",
+ "yes '' | make oldconfig"
],
"build-commands": [
"make"