mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-am33x: update to 3.2.11 and switch tree to newer TI stuff
This commit is contained in:
parent
7e1bdc3045
commit
b4684afa62
2 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
|
||||
pkgrel=alarm7
|
||||
pkgver=3.2.11
|
||||
pkgrel=alarm8
|
||||
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/beaglebone-3.2"
|
||||
source=("config"
|
||||
"https://github.com/koenkooi/linux/zipball/linux-ti33x-psp-3.2-r6a+gitr09e9651bcf2ee8d86685f2a8075bc6557b1d3b91"
|
||||
"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")
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-am33x
|
||||
KERNEL_VERSION=3.2.0-alarm7
|
||||
KERNEL_VERSION=3.2.11-alarm8
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue