aboutsummaryrefslogtreecommitdiff
path: root/core/linux-headers
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-06 21:57:57 +0300
committerCem Keylan <cem@ckyln.com>2020-05-06 21:57:57 +0300
commit0631c725cb115cb12475d0855c27537cd3397edf (patch)
tree29a7c1313389e24ee421a3f738f8cd55cb36ad68 /core/linux-headers
parentfae2682295da6509f50c33da07b53a409247cf15 (diff)
downloadrepository-0631c725cb115cb12475d0855c27537cd3397edf.tar.gz
linux-headers: bump to 5.6.11
Diffstat (limited to 'core/linux-headers')
-rwxr-xr-xcore/linux-headers/build9
-rw-r--r--core/linux-headers/checksums2
-rw-r--r--core/linux-headers/depends1
-rw-r--r--core/linux-headers/sources2
-rw-r--r--core/linux-headers/version2
5 files changed, 8 insertions, 8 deletions
diff --git a/core/linux-headers/build b/core/linux-headers/build
index 269a45f1..198aeff4 100755
--- a/core/linux-headers/build
+++ b/core/linux-headers/build
@@ -1,7 +1,6 @@
#!/bin/sh -e
-make headers
-
-# This is used to install headers without an
-# rsync dependency.
-find usr/include -name '*.h' -exec install -Dm644 "{}" "$1/{}" \;
+# Switched back to the rsync installation method
+# as it is back to core, and sbase find causes a
+# faulty manifest generation.
+make headers_install INSTALL_HDR_PATH="$1/usr"
diff --git a/core/linux-headers/checksums b/core/linux-headers/checksums
index a024c37b..a1348df6 100644
--- a/core/linux-headers/checksums
+++ b/core/linux-headers/checksums
@@ -1 +1 @@
-7bdc96827a9db8de79cd13d74a1c5fe8915674f793e592387f2903cb225801b9 linux-5.6.10.tar.xz
+d6dd6cbe99429f088eddb248abce7832e8f8e45eb072cbf0d0f86b5b87221baa linux-5.6.11.tar.xz
diff --git a/core/linux-headers/depends b/core/linux-headers/depends
new file mode 100644
index 00000000..ea8ddfff
--- /dev/null
+++ b/core/linux-headers/depends
@@ -0,0 +1 @@
+rsync make
diff --git a/core/linux-headers/sources b/core/linux-headers/sources
index 32e9ff6b..8cfd8c45 100644
--- a/core/linux-headers/sources
+++ b/core/linux-headers/sources
@@ -1 +1 @@
-https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.10.tar.xz
+https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.11.tar.xz
diff --git a/core/linux-headers/version b/core/linux-headers/version
index 9377de81..9086e739 100644
--- a/core/linux-headers/version
+++ b/core/linux-headers/version
@@ -1 +1 @@
-5.6.10 1
+5.6.11 1