mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux fixes
This commit is contained in:
parent
792d48265d
commit
6423d3676d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue