Skip to content
Snippets Groups Projects
Commit 220d9e70 authored by Seblu's avatar Seblu
Browse files

Bump to 4.16-rc2

parent de7c910b
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Customized version of linux for seblu computers # Customized version of linux for seblu computers
pkgname=linux-seblu pkgname=linux-seblu
pkgver=4.16_rc1 pkgver=4.16_rc2
pkgrel=1 pkgrel=1
pkgdesc='The Linux Kernel cooked by Seblu' pkgdesc='The Linux Kernel cooked by Seblu'
arch=('x86_64') arch=('x86_64')
...@@ -17,7 +17,7 @@ _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git ...@@ -17,7 +17,7 @@ _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
source=("$_repourl#tag=v${pkgver/_/-}" source=("$_repourl#tag=v${pkgver/_/-}"
"config.$CARCH") "config.$CARCH")
md5sums=('SKIP' md5sums=('SKIP'
'6ceb46edbe65b6a19b02487dcc13bb54') '724867d67eed68e68e10104f405a9955')
prepare() { prepare() {
# fake linux directory if necessary # fake linux directory if necessary
...@@ -160,12 +160,6 @@ install_sources() { ...@@ -160,12 +160,6 @@ install_sources() {
install -d "$kernsrc/net/mac80211/" install -d "$kernsrc/net/mac80211/"
cp net/mac80211/*.h "$kernsrc/net/mac80211/" cp net/mac80211/*.h "$kernsrc/net/mac80211/"
# add dvb headers for external modules
# in reference to:
# http://bugs.archlinux.org/task/9912
install -d "$kernsrc/drivers/media/dvb-core"
cp drivers/media/dvb-core/*.h "$kernsrc/drivers/media/dvb-core/"
# add dvb headers for external modules # add dvb headers for external modules
# in reference to: # in reference to:
# http://bugs.archlinux.org/task/11194 # http://bugs.archlinux.org/task/11194
......
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.16.0-rc1 Kernel Configuration # Linux/x86 4.16.0-rc2 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y
...@@ -500,6 +500,9 @@ CONFIG_DMI=y ...@@ -500,6 +500,9 @@ CONFIG_DMI=y
# CONFIG_CALGARY_IOMMU is not set # CONFIG_CALGARY_IOMMU is not set
CONFIG_SWIOTLB=y CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y CONFIG_IOMMU_HELPER=y
CONFIG_NR_CPUS_RANGE_BEGIN=2
CONFIG_NR_CPUS_RANGE_END=512
CONFIG_NR_CPUS_DEFAULT=64
CONFIG_NR_CPUS=128 CONFIG_NR_CPUS=128
CONFIG_SCHED_SMT=y CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y CONFIG_SCHED_MC=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment