linux4.16: update to 4.16.0rc7.
This commit is contained in:
parent
dbaed6fc0f
commit
d4aee468a0
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/i386 4.16.0-rc6 Kernel Configuration
|
# Linux/i386 4.16.0-rc7 Kernel Configuration
|
||||||
#
|
#
|
||||||
# CONFIG_64BIT is not set
|
# CONFIG_64BIT is not set
|
||||||
CONFIG_X86_32=y
|
CONFIG_X86_32=y
|
||||||
|
@ -486,7 +486,6 @@ CONFIG_M686=y
|
||||||
# CONFIG_X86_GENERIC is not set
|
# CONFIG_X86_GENERIC is not set
|
||||||
CONFIG_X86_INTERNODE_CACHE_SHIFT=5
|
CONFIG_X86_INTERNODE_CACHE_SHIFT=5
|
||||||
CONFIG_X86_L1_CACHE_SHIFT=5
|
CONFIG_X86_L1_CACHE_SHIFT=5
|
||||||
# CONFIG_X86_PPRO_FENCE is not set
|
|
||||||
CONFIG_X86_USE_PPRO_CHECKSUM=y
|
CONFIG_X86_USE_PPRO_CHECKSUM=y
|
||||||
CONFIG_X86_TSC=y
|
CONFIG_X86_TSC=y
|
||||||
CONFIG_X86_CMPXCHG64=y
|
CONFIG_X86_CMPXCHG64=y
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux4.16'
|
# Template file for 'linux4.16'
|
||||||
pkgname=linux4.16
|
pkgname=linux4.16
|
||||||
_distver=4.16.0
|
_distver=4.16.0
|
||||||
_patchver=rc6
|
_patchver=rc7
|
||||||
version=${_distver}${_patchver}
|
version=${_distver}${_patchver}
|
||||||
revision=1
|
revision=1
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
@ -11,7 +11,7 @@ homepage="https://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||||
distfiles="https://git.kernel.org/torvalds/t/${pkgname}-${_patchver}.tar.gz"
|
distfiles="https://git.kernel.org/torvalds/t/${pkgname}-${_patchver}.tar.gz"
|
||||||
checksum=77c3c35eed492bdaf6b6df97dde81252a86d05f2f34764857473d605690eaaf4
|
checksum=ef8b3cf7a2b310bf2e170eb2984d489cc663d46bf874b63310845a16181d97bc
|
||||||
|
|
||||||
nodebug=yes # -dbg package is generated below manually
|
nodebug=yes # -dbg package is generated below manually
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
@ -20,7 +20,7 @@ noshlibprovides=yes
|
||||||
preserve=yes
|
preserve=yes
|
||||||
|
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl armv5tel armv5tel-musl armv7l armv7l-musl aarch64 aarch64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl armv5tel armv5tel-musl armv7l armv7l-musl aarch64 aarch64-musl"
|
||||||
hostmakedepends="bc elfutils-devel flex kmod libressl-devel perl uboot-mkimage gmp-devel libmpc-devel"
|
hostmakedepends="bc elfutils-devel flex gmp-devel kmod libmpc-devel libressl-devel perl uboot-mkimage"
|
||||||
|
|
||||||
_kernver="${version}_${revision}"
|
_kernver="${version}_${revision}"
|
||||||
triggers="kernel-hooks"
|
triggers="kernel-hooks"
|
||||||
|
|
Loading…
Reference in New Issue