From 1a3a11181d91070ebc8f535636a86b920080aec6 Mon Sep 17 00:00:00 2001 From: Joe Burmeister Date: Thu, 29 Aug 2013 15:36:31 +0100 Subject: Better, more standard way, of starting configuring. --- linux.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1