mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-am33x to 3.12.0-4
This commit is contained in:
parent
4a0a6fb162
commit
dc64fbc5b6
2 changed files with 7 additions and 8 deletions
|
@ -4,22 +4,22 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-am33x
|
||||
_srcname=linux-3.12-rc5
|
||||
_srcname=linux-3.12-rc6
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=3.12.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
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-rc5-bone6/patch-3.12-rc5-bone6.diff.gz"
|
||||
"rcn.patch.gz::http://rcn-ee.net/deb/sid-armhf/v3.12.0-rc6-bone7/patch-3.12-rc6-bone7.diff.gz"
|
||||
'config')
|
||||
md5sums=('5968c33b887797de596cc34cfdf2f8a9'
|
||||
'0b3e5f661052627779eedd36f87159c4'
|
||||
'92c08deebe16c63f68d41895270adf66')
|
||||
md5sums=('b5acb7731f44f22b67e0b3ce49720ad0'
|
||||
'158907e0a21660b01966a10f47f2ec98'
|
||||
'29a45a36b526d95c61691bdff5e10d01')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.12.0-rc4 Kernel Configuration
|
||||
# Linux/arm 3.12.0-rc6 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -1486,7 +1486,6 @@ CONFIG_OF_IRQ=y
|
|||
CONFIG_OF_NET=y
|
||||
CONFIG_OF_MDIO=y
|
||||
CONFIG_OF_MTD=y
|
||||
CONFIG_OF_RESERVED_MEM=y
|
||||
CONFIG_OF_RESOLVE=y
|
||||
CONFIG_OF_OVERLAY=y
|
||||
# CONFIG_PARPORT is not set
|
||||
|
|
Loading…
Reference in a new issue