From 6423d3676df2e44b90861911e541fd32197f88cd Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 16 Dec 2013 21:53:26 +0000 Subject: [PATCH] core/linux fixes --- core/linux/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/linux/PKGBUILD b/core/linux/PKGBUILD index 8b8aab0ca..7e17cf806 100644 --- a/core/linux/PKGBUILD +++ b/core/linux/PKGBUILD @@ -18,7 +18,7 @@ uksmver=0.1.2.2 arch=('arm') url="http://www.kernel.org/" license=('GPL2') -makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage') +makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'inetutils') options=('!strip') source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2" "ftp://ftp.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.bz2" @@ -111,6 +111,8 @@ msg2 "Set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param) build() { cd "${srcdir}/linux-${_basekernel}" + LDFLAGS="" + # get kernel version make prepare