mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-am33x to 3.12.0-6
This commit is contained in:
parent
feaf5e3ec1
commit
84f0a76049
2 changed files with 8 additions and 8 deletions
|
@ -4,21 +4,22 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-am33x
|
||||
_srcname=linux-3.12-rc7
|
||||
_srcname=linux-3.12
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=3.12.0
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
||||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v3.x/testing/${_srcname}.tar.xz"
|
||||
"rcn.patch.gz::http://rcn-ee.net/deb/sid-armhf/v3.12.0-rc7-bone8/patch-3.12-rc7-bone8.diff.gz"
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||
"rcn.patch.gz::http://rcn-ee.net/deb/sid-armhf/v3.12.0-bone8/patch-3.12-bone8.diff.gz"
|
||||
'config')
|
||||
md5sums=('6288daed651b70897e9742e2e3d29a58'
|
||||
'1a54dd349234a529208a45d97ab801f9'
|
||||
md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
|
||||
'b11fa32568cc8defa0951f6dbcf30850'
|
||||
'54fa161ddba71158755eeb505d6e34f9')
|
||||
'dc3f4fb3ff7a14ad1394cdc7b17a190a')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.12.0-rc7 Kernel Configuration
|
||||
# Linux/arm 3.12.0 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -4590,7 +4590,6 @@ CONFIG_DEBUG_MUTEXES=y
|
|||
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
|
||||
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
||||
# CONFIG_DEBUG_KOBJECT is not set
|
||||
# CONFIG_DEBUG_KOBJECT_RELEASE is not set
|
||||
CONFIG_DEBUG_BUGVERBOSE=y
|
||||
# CONFIG_DEBUG_WRITECOUNT is not set
|
||||
# CONFIG_DEBUG_LIST is not set
|
||||
|
|
Loading…
Reference in a new issue