diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-10-05 17:49:01 +0100 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-10-05 18:22:47 +0100 |
commit | edca868004b248d0b3d72725d89f25e18b7e4b91 (patch) | |
tree | 046cbe641b66e9fa410c11297b9d620f30eed9ae | |
parent | 559346ca034df5a35a7c7acbc438ec318e82bd02 (diff) | |
download | linux-edca868004b248d0b3d72725d89f25e18b7e4b91.tar.gz |
Fix config to set defaults for new options
-rw-r--r-- | linux.morph | 3 |
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" |