mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-am33x: update to 3.2.14
This commit is contained in:
parent
d98a94236b
commit
3da8002d8c
3 changed files with 5 additions and 5 deletions
|
@ -11,15 +11,15 @@ pkgbase=linux-am33x
|
|||
pkgname=('linux-am33x' 'linux-headers-am33x')
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel="am33x"
|
||||
pkgver=3.2.11
|
||||
pkgrel=alarm10
|
||||
pkgver=3.2.14
|
||||
pkgrel=alarm11
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'git')
|
||||
options=('!strip')
|
||||
source=("config"
|
||||
"https://github.com/koenkooi/linux/zipball/linux-ti33x-psp-3.2-r6c+gitr09e9651bcf2ee8d86685f2a8075bc6557b1d3b91"
|
||||
"https://github.com/koenkooi/linux/zipball/linux-ti33x-psp-3.2-r10b+gitre8004dad869568692ca2a45c04e8464ce48cc4d7"
|
||||
"ARM-omap-am33x-BeagleBone-userspace-SPI-support.patch"
|
||||
"0002-beaglebone-hack-in-support-for-the-WIP-st7735fb-driv.patch"
|
||||
"0003-st7735fb-Make-FB-native-endian-on-little-endian-plat.patch")
|
||||
|
|
|
@ -37,7 +37,7 @@ CONFIG_EXPERIMENTAL=y
|
|||
CONFIG_BROKEN_ON_SMP=y
|
||||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||
CONFIG_CROSS_COMPILE=""
|
||||
CONFIG_LOCALVERSION="-alarm10"
|
||||
CONFIG_LOCALVERSION="-alarm11"
|
||||
CONFIG_LOCALVERSION_AUTO=y
|
||||
CONFIG_HAVE_KERNEL_GZIP=y
|
||||
CONFIG_HAVE_KERNEL_LZMA=y
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-am33x
|
||||
KERNEL_VERSION=3.2.11-alarm10
|
||||
KERNEL_VERSION=3.2.14-alarm11
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue