mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
linux4.6: update to 4.6.0.
This commit is contained in:
parent
3ea29ab244
commit
a759437e44
3 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/i386 4.6.0-rc7 Kernel Configuration
|
# Linux/i386 4.6.0 Kernel Configuration
|
||||||
#
|
#
|
||||||
# CONFIG_64BIT is not set
|
# CONFIG_64BIT is not set
|
||||||
CONFIG_X86_32=y
|
CONFIG_X86_32=y
|
||||||
|
@ -2434,6 +2434,7 @@ CONFIG_MLX4_DEBUG=y
|
||||||
CONFIG_MLX5_CORE=m
|
CONFIG_MLX5_CORE=m
|
||||||
CONFIG_MLX5_CORE_EN=y
|
CONFIG_MLX5_CORE_EN=y
|
||||||
CONFIG_MLX5_CORE_EN_DCB=y
|
CONFIG_MLX5_CORE_EN_DCB=y
|
||||||
|
CONFIG_MLX5_CORE_EN_VXLAN=y
|
||||||
CONFIG_MLXSW_CORE=m
|
CONFIG_MLXSW_CORE=m
|
||||||
CONFIG_MLXSW_CORE_HWMON=y
|
CONFIG_MLXSW_CORE_HWMON=y
|
||||||
CONFIG_MLXSW_PCI=m
|
CONFIG_MLXSW_PCI=m
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86_64 4.6.0-rc7 Kernel Configuration
|
# Linux/x86_64 4.6.0 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -2466,6 +2466,7 @@ CONFIG_MLX4_DEBUG=y
|
||||||
CONFIG_MLX5_CORE=m
|
CONFIG_MLX5_CORE=m
|
||||||
CONFIG_MLX5_CORE_EN=y
|
CONFIG_MLX5_CORE_EN=y
|
||||||
CONFIG_MLX5_CORE_EN_DCB=y
|
CONFIG_MLX5_CORE_EN_DCB=y
|
||||||
|
CONFIG_MLX5_CORE_EN_VXLAN=y
|
||||||
CONFIG_MLXSW_CORE=m
|
CONFIG_MLXSW_CORE=m
|
||||||
CONFIG_MLXSW_CORE_HWMON=y
|
CONFIG_MLXSW_CORE_HWMON=y
|
||||||
CONFIG_MLXSW_PCI=m
|
CONFIG_MLXSW_PCI=m
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
# Template file for 'linux4.6'
|
# Template file for 'linux4.6'
|
||||||
pkgname=linux4.6
|
pkgname=linux4.6
|
||||||
_distver=4.6.0
|
version=4.6.0
|
||||||
_patchver=rc7
|
|
||||||
version=${_distver}${_patchver}
|
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="linux-${_distver%.*}-${_patchver}"
|
wrksrc="linux-${version%.*}"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="The Linux kernel and modules (${_distver} series)"
|
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||||
distfiles="${KERNEL_SITE}/kernel/v4.x/testing/linux-${_distver%.*}-${_patchver}.tar.xz"
|
distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version%.*}.tar.xz"
|
||||||
checksum=8c7d08445395af998bba58f9be095c10610000a6045669b988e1d19bc40093f6
|
checksum=a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866
|
||||||
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nodebug=yes
|
nodebug=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue