From 84ab466bf3df506d0f0078cafb50ef5beaefb415 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Mon, 14 Jan 2013 19:11:40 -0500 Subject: [PATCH] Update core/linux-odroid-u2/PKGBUILD derp....config file needs to go BEFORE make prepare... --- core/linux-odroid-u2/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/linux-odroid-u2/PKGBUILD b/core/linux-odroid-u2/PKGBUILD index 2e088b727..da9fa0f52 100644 --- a/core/linux-odroid-u2/PKGBUILD +++ b/core/linux-odroid-u2/PKGBUILD @@ -46,6 +46,7 @@ build() { #Right now, just going to use the default config # cat "${srcdir}/config" > ./.config + make odroidu2_ubuntu_defconfig # set extraversion to pkgrel sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile @@ -76,7 +77,7 @@ build() { #yes "" | make config # build! - make odroidu2_ubuntu_defconfig + make ${MAKEFLAGS} zImage modules }