linux3.17: update to rc2
This commit is contained in:
parent
ab0d7683f9
commit
e9b252d51a
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/i386 3.17.0-rc1 Kernel Configuration
|
||||
# Linux/i386 3.17.0-rc2 Kernel Configuration
|
||||
#
|
||||
# CONFIG_64BIT is not set
|
||||
CONFIG_X86_32=y
|
||||
|
@ -2990,7 +2990,7 @@ CONFIG_DEVPORT=y
|
|||
# I2C support
|
||||
#
|
||||
CONFIG_I2C=y
|
||||
CONFIG_I2C_ACPI=y
|
||||
CONFIG_ACPI_I2C_OPREGION=y
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
CONFIG_I2C_COMPAT=y
|
||||
CONFIG_I2C_CHARDEV=m
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 3.17.0-rc1 Kernel Configuration
|
||||
# Linux/x86 3.17.0-rc2 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -2970,7 +2970,7 @@ CONFIG_DEVPORT=y
|
|||
# I2C support
|
||||
#
|
||||
CONFIG_I2C=y
|
||||
CONFIG_I2C_ACPI=y
|
||||
CONFIG_ACPI_I2C_OPREGION=y
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
CONFIG_I2C_COMPAT=y
|
||||
CONFIG_I2C_CHARDEV=m
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
pkgname=linux3.17
|
||||
_distver=3.17.0
|
||||
_patchver=rc1
|
||||
_patchver=rc2
|
||||
version=${_distver}${_patchver}
|
||||
revision=1
|
||||
wrksrc="linux-${_distver%%??}-${_patchver}"
|
||||
|
@ -11,7 +11,7 @@ homepage="http://www.kernel.org"
|
|||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-${_distver%%??}-${_patchver}.tar.xz"
|
||||
checksum=88460db937c671fe5e7dc41918b8a996c4d86aa5f6289ad708ed1733673bd816
|
||||
checksum=c3a74a2b21e9e7b105e214350dda599f7045c7d9b53ded1ae341ae73f1249924
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue