mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Merge branch 'master' of https://github.com/archlinuxarm/PKGBUILDs
This commit is contained in:
commit
9cc01a3c6c
4 changed files with 9 additions and 8 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-armv5
|
|||
_srcname=linux-3.16
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv5 based platforms"
|
||||
pkgver=3.16.2
|
||||
pkgver=3.16.3
|
||||
pkgrel=1
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -25,7 +25,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
|||
'archlinuxarm.patch'
|
||||
'config')
|
||||
md5sums=('5c569ed649a0c9711879f333e90c5386'
|
||||
'926e6e2ee0634ce53730701da749b040'
|
||||
'387a93e4833df73217c6b9b92153aa7c'
|
||||
'SKIP'
|
||||
'5add8cc8a029016f05270f73c7863931'
|
||||
'3a1e689563354c2f9f2d2764e1baa334'
|
||||
|
|
|
@ -7,7 +7,7 @@ pkgbase=linux-armv7
|
|||
_srcname=linux-3.16
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=3.16.2
|
||||
pkgver=3.16.3
|
||||
pkgrel=1
|
||||
rcnrel=armv7-x4
|
||||
arch=('armv7h')
|
||||
|
@ -26,14 +26,14 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
|||
'0004-emmc-timing-fix.patch'
|
||||
'config')
|
||||
md5sums=('5c569ed649a0c9711879f333e90c5386'
|
||||
'926e6e2ee0634ce53730701da749b040'
|
||||
'2006ae8d29c75587af93171723fed6e4'
|
||||
'387a93e4833df73217c6b9b92153aa7c'
|
||||
'779883717469517e983442927ef45ad8'
|
||||
'SKIP'
|
||||
'3ad860d0d6daedc82091ea29c9730b95'
|
||||
'02cce6b8f88c4392f552b14d0bf2e71c'
|
||||
'0a0c5691aea2503cd0c503cb50244f48'
|
||||
'911bffe9c261ca5b91dd0a083d99e81f'
|
||||
'60b3d6a34b658bfa945fec55ba689240')
|
||||
'ccbc5f2f5b324f0490f497d175d2db31')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.16.0-2 Kernel Configuration
|
||||
# Linux/arm 3.16.3-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
@ -3902,6 +3902,7 @@ CONFIG_CYPRESS_FIRMWARE=m
|
|||
CONFIG_DVB_B2C2_FLEXCOP=m
|
||||
CONFIG_SMS_SIANO_MDTV=m
|
||||
CONFIG_SMS_SIANO_RC=y
|
||||
# CONFIG_SMS_SIANO_DEBUGFS is not set
|
||||
|
||||
#
|
||||
# Media ancillary drivers (tuners, sensors, i2c, frontends)
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgbase=lirc
|
|||
pkgname=('lirc' 'lirc-utils')
|
||||
_pkgver=0.9.1a
|
||||
[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || pkgver="$_pkgver"
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
epoch=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.lirc.org/"
|
||||
|
|
Loading…
Reference in a new issue