Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seblu
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archlinux
linux-seblu
Commits
53b3571c
Commit
53b3571c
authored
7 years ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
Bump to 4.11.3
parent
a4ef2a9f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
PKGBUILD
+10
-6
10 additions, 6 deletions
PKGBUILD
config.x86_64
+1
-4
1 addition, 4 deletions
config.x86_64
with
11 additions
and
10 deletions
PKGBUILD
+
10
−
6
View file @
53b3571c
...
...
@@ -2,7 +2,9 @@
# Customized version of linux for seblu computers
pkgname
=
linux-seblu
pkgver
=
4.11
pkgver
=
4.11.3
#_repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
_repourl
=
'git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git'
pkgrel
=
1
pkgdesc
=
'The Linux Kernel cooked by Seblu'
arch
=(
'x86_64'
)
...
...
@@ -12,12 +14,13 @@ options=('!strip')
makedepends
=(
'kmod'
'git'
'make'
'gcc'
'bc'
'sed'
)
depends
=(
'linux-firmware'
'kernel-install-hook'
)
install
=
linux-seblu.install
source
=(
"git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v
${
pkgver
/_/-
}
"
_reponame
=
${
_repourl
##*/
}
source
=(
"
$_repourl
#tag=v
${
pkgver
/_/-
}
"
"config.
$CARCH
"
)
md5sums
=(
'SKIP'
'SKIP'
)
prepare
()
{
cd
linux
cd
${
_reponame
%.git
}
# apply patches
for
_f
in
"
${
source
[@]
}
"
;
do
...
...
@@ -48,7 +51,7 @@ prepare() {
}
build
()
{
cd
linux
cd
${
_reponame
%.git
}
msg2
'Make prepare'
make prepare
...
...
@@ -61,7 +64,8 @@ build() {
}
package
()
{
cd
linux
cd
${
_reponame
%.git
}
# get real compiled kernel version
kernrel
=
$(
make kernelrelease
)
pkgdesc+
=
", version
$kernrel
"
...
...
@@ -102,7 +106,7 @@ install_sources() {
ln
-rs
"
$kernsrc
"
"
$pkgdir
/usr/lib/modules/
$kernrel
"
/build
# Copy kernel config files
cd
"
$srcdir
"
/linux
cd
"
$srcdir
/
${
_reponame
%.git
}
"
install
-D
-m644
Makefile
"
$kernsrc
/Makefile"
install
-D
-m644
kernel/Makefile
"
$kernsrc
/kernel/Makefile"
install
-D
-m644
.config
"
$kernsrc
/.config"
...
...
This diff is collapsed.
Click to expand it.
config.x86_64
+
1
−
4
View file @
53b3571c
...
...
@@ -280,10 +280,7 @@ CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_GCC_PLUGINS=y
CONFIG_GCC_PLUGINS=y
# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set
CONFIG_GCC_PLUGIN_STRUCTLEAK=y
# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
# CONFIG_GCC_PLUGINS is not set
CONFIG_HAVE_CC_STACKPROTECTOR=y
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR_NONE is not set
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment