mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-armv5-rc to 3.16.0-6
This commit is contained in:
parent
c75f2d4b26
commit
9082049779
2 changed files with 8 additions and 6 deletions
|
@ -4,11 +4,11 @@
|
||||||
buildarch=2
|
buildarch=2
|
||||||
|
|
||||||
pkgbase=linux-armv5-rc
|
pkgbase=linux-armv5-rc
|
||||||
_srcname=linux-3.16-rc5
|
_srcname=linux-3.16-rc7
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="ARMv5 based platforms"
|
_desc="ARMv5 based platforms"
|
||||||
pkgver=3.16.0
|
pkgver=3.16.0
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -22,14 +22,14 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/testing/${_srcname}.tar.xz"
|
||||||
'0001-imx23-I2C-fixes.patch'
|
'0001-imx23-I2C-fixes.patch'
|
||||||
'archlinuxarm.patch'
|
'archlinuxarm.patch'
|
||||||
'config')
|
'config')
|
||||||
md5sums=('f9f2194569f186735ff6c84f849476eb'
|
md5sums=('8608902c05c4acb065ccf342f2574f5f'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'5add8cc8a029016f05270f73c7863931'
|
'5add8cc8a029016f05270f73c7863931'
|
||||||
'3a1e689563354c2f9f2d2764e1baa334'
|
'3a1e689563354c2f9f2d2764e1baa334'
|
||||||
'a88071c80e1c2b22637894ae148c74b8'
|
'a88071c80e1c2b22637894ae148c74b8'
|
||||||
'e64077ce856769fc3af2a15ae95d8310'
|
'e64077ce856769fc3af2a15ae95d8310'
|
||||||
'e319a8e1a596a39a8951fc6454664b15'
|
'e319a8e1a596a39a8951fc6454664b15'
|
||||||
'6863053dee28c15a9379332ab32ea3f2')
|
'5b7772064919923e7c49604828fc62c5')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 3.16.0-rc3-3 Kernel Configuration
|
# Linux/arm 3.16.0-rc7-6 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||||
|
@ -285,6 +285,7 @@ CONFIG_DEFAULT_CFQ=y
|
||||||
CONFIG_DEFAULT_IOSCHED="cfq"
|
CONFIG_DEFAULT_IOSCHED="cfq"
|
||||||
CONFIG_ASN1=y
|
CONFIG_ASN1=y
|
||||||
CONFIG_UNINLINE_SPIN_UNLOCK=y
|
CONFIG_UNINLINE_SPIN_UNLOCK=y
|
||||||
|
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
|
||||||
CONFIG_FREEZER=y
|
CONFIG_FREEZER=y
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1298,8 +1299,8 @@ CONFIG_OF_PCI=y
|
||||||
CONFIG_OF_PCI_IRQ=y
|
CONFIG_OF_PCI_IRQ=y
|
||||||
CONFIG_OF_MTD=y
|
CONFIG_OF_MTD=y
|
||||||
CONFIG_OF_RESERVED_MEM=y
|
CONFIG_OF_RESERVED_MEM=y
|
||||||
# CONFIG_PARPORT is not set
|
|
||||||
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
|
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
|
||||||
|
# CONFIG_PARPORT is not set
|
||||||
CONFIG_BLK_DEV=y
|
CONFIG_BLK_DEV=y
|
||||||
# CONFIG_BLK_DEV_NULL_BLK is not set
|
# CONFIG_BLK_DEV_NULL_BLK is not set
|
||||||
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
|
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
|
||||||
|
@ -4562,6 +4563,7 @@ CONFIG_AUFS_SBILIST=y
|
||||||
CONFIG_AUFS_HNOTIFY=y
|
CONFIG_AUFS_HNOTIFY=y
|
||||||
CONFIG_AUFS_HFSNOTIFY=y
|
CONFIG_AUFS_HFSNOTIFY=y
|
||||||
CONFIG_AUFS_EXPORT=y
|
CONFIG_AUFS_EXPORT=y
|
||||||
|
# CONFIG_AUFS_FHSM is not set
|
||||||
CONFIG_AUFS_RDU=y
|
CONFIG_AUFS_RDU=y
|
||||||
CONFIG_AUFS_SHWH=y
|
CONFIG_AUFS_SHWH=y
|
||||||
CONFIG_AUFS_BR_RAMFS=y
|
CONFIG_AUFS_BR_RAMFS=y
|
||||||
|
|
Loading…
Reference in a new issue