Skip to content
Snippets Groups Projects
Commit 40b48826 authored by Seblu's avatar Seblu
Browse files

Bump to 4.14

parent 97554d98
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.12 pkgver=4.14
pkgrel=1 pkgrel=1
pkgdesc='The Linux Kernel cooked by Seblu' pkgdesc='The Linux Kernel cooked by Seblu'
arch=('x86_64') arch=('x86_64')
...@@ -144,9 +144,6 @@ install_sources() { ...@@ -144,9 +144,6 @@ install_sources() {
cp arch/x86/Makefile "$kernsrc/arch/x86/" cp arch/x86/Makefile "$kernsrc/arch/x86/"
cp arch/x86/kernel/asm-offsets.s "$kernsrc/arch/x86/kernel/" cp arch/x86/kernel/asm-offsets.s "$kernsrc/arch/x86/kernel/"
# add docbook makefile
install -D -m644 Documentation/DocBook/Makefile "$kernsrc/Documentation/DocBook/Makefile"
# add dm headers # add dm headers
install -d "$kernsrc/drivers/md" install -d "$kernsrc/drivers/md"
cp drivers/md/*.h "$kernsrc/drivers/md" cp drivers/md/*.h "$kernsrc/drivers/md"
......
This diff is collapsed.
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