mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-mvebu to 3.12.0-7
This commit is contained in:
parent
84f0a76049
commit
90cfdc8a4b
2 changed files with 6 additions and 7 deletions
|
@ -5,24 +5,24 @@ buildarch=4
|
|||
|
||||
pkgbase=linux-mvebu
|
||||
pkgname=("${pkgbase}" "${pkgbase}-smileplug" "${pkgbase}-mirabox" "${pkgbase}-ax3" "${pkgbase}-headers")
|
||||
_srcname=linux-3.12-rc7
|
||||
_srcname=linux-3.12
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell SOCs with Device Tree support"
|
||||
pkgver=3.12.0
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage')
|
||||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v3.x/testing/${_srcname}.tar.xz"
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||
'config'
|
||||
'smile.patch'
|
||||
'mmc.patch'
|
||||
'0001-atags-add-support-for-marvell-uboot.patch'
|
||||
'0002-atags-retrieve-mac-addresses.patch')
|
||||
md5sums=('6288daed651b70897e9742e2e3d29a58'
|
||||
'f478650492a4b6bd1693e2e9ede161c2'
|
||||
md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
|
||||
'f26ff6b9f5a61f9471d79cf5169b8304'
|
||||
'6179d15ca204bcb3aebdfd880390a84d'
|
||||
'911bffe9c261ca5b91dd0a083d99e81f'
|
||||
'3ad860d0d6daedc82091ea29c9730b95'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.12.0-rc6 Kernel Configuration
|
||||
# Linux/arm 3.12.0 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_MIGHT_HAVE_PCI=y
|
||||
|
@ -3980,7 +3980,6 @@ CONFIG_DEBUG_PREEMPT=y
|
|||
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
||||
CONFIG_STACKTRACE=y
|
||||
# CONFIG_DEBUG_KOBJECT is not set
|
||||
# CONFIG_DEBUG_KOBJECT_RELEASE is not set
|
||||
# CONFIG_DEBUG_BUGVERBOSE is not set
|
||||
# CONFIG_DEBUG_WRITECOUNT is not set
|
||||
# CONFIG_DEBUG_LIST is not set
|
||||
|
|
Loading…
Reference in a new issue