From 6764e2e045107b8d8e65aa8b50b221ebaa459f24 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Wed, 6 Feb 2013 13:28:47 -0500 Subject: [PATCH] Update core/linux-am33x/PKGBUILD Adding "yes "" | make config" after copying the config over to prevent stupid idiot mistakes like this again. --- core/linux-am33x/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/linux-am33x/PKGBUILD b/core/linux-am33x/PKGBUILD index 5ed1c9cb0..ee0e5ecbe 100644 --- a/core/linux-am33x/PKGBUILD +++ b/core/linux-am33x/PKGBUILD @@ -53,6 +53,9 @@ build() { cat "${srcdir}/config" > ./.config + # accept any new stuff in the kernel + yes "" | make config + # set extraversion to pkgrel sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile @@ -80,7 +83,7 @@ build() { #return 1 #################### - #yes "" | make config + # build! make ${MAKEFLAGS} uImage modules