mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-am33x to 3.12.0-2
This commit is contained in:
parent
b86f210522
commit
3a2534250e
2 changed files with 8 additions and 8 deletions
|
@ -4,22 +4,22 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-am33x
|
||||
_srcname=linux-3.12-rc2
|
||||
_srcname=linux-3.12-rc4
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=3.12.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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-rc2-bone2/patch-3.12-rc2-bone2.diff.gz"
|
||||
"rcn.patch.gz::http://rcn-ee.net/deb/sid-armhf/v3.12.0-rc4-bone4/patch-3.12-rc4-bone4.diff.gz"
|
||||
'config')
|
||||
md5sums=('a55358abfc6017328b65a08277f33429'
|
||||
'2ad35fd6d891b034fc482d09b17b7d0b'
|
||||
'964f8e91d483235eccf0e81253325631')
|
||||
md5sums=('f7586f9af94d28eb58fd27ca4f8caac5'
|
||||
'7adaed8ecf2665fffae81388c9173e9c'
|
||||
'be2336663cc3b5f74c1309855bb1ba5d')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.12.0-rc2 Kernel Configuration
|
||||
# Linux/arm 3.12.0-rc4 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -228,7 +228,7 @@ CONFIG_BLK_DEV_BSG=y
|
|||
CONFIG_BLK_DEV_BSGLIB=y
|
||||
CONFIG_BLK_DEV_INTEGRITY=y
|
||||
CONFIG_BLK_DEV_THROTTLING=y
|
||||
# CONFIG_CMDLINE_PARSER is not set
|
||||
# CONFIG_BLK_CMDLINE_PARSER is not set
|
||||
|
||||
#
|
||||
# Partition Types
|
||||
|
|
Loading…
Reference in a new issue