summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Burmeister <joe.burmeister@codethink.co.uk>2013-08-29 15:36:31 +0100
committerJoe Burmeister <joe.burmeister@codethink.co.uk>2013-08-29 15:36:31 +0100
commit1a3a11181d91070ebc8f535636a86b920080aec6 (patch)
tree23390a744f10145826842b84435a1c0560019bd9
parent47921ab4aa8b6f9618f2cd660740de46e158d431 (diff)
downloadlinux-1a3a11181d91070ebc8f535636a86b920080aec6.tar.gz
Better, more standard way, of starting configuring.
-rw-r--r--linux.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.morph b/linux.morph
index 443c1b561d2f..8c0aeda7b3b5 100644
--- a/linux.morph
+++ b/linux.morph
@@ -1,7 +1,7 @@
name: linux
kind: chunk
configure-commands:
- - cp arch/arm/configs/wandboard_defconfig config
+ - make ARCH=arm wandboard_defconfig
- scripts/config -e NAMESPACES
- yes '' | make oldconfig
build-commands: