commit 95a7c0fcf2874ea8f0f0762adcf7891c23f7fbc1 parent 046796fc6a35b1e00e05d4f7c35a7cef6a6d824c Author: Cem Keylan <cem@ckyln.com> Date: Wed, 15 Jan 2020 11:41:46 +0300 linux-headers-lts: add package to core Diffstat:
A | core/linux-headers-lts/build | | | 3 | +++ |
A | core/linux-headers-lts/checksums | | | 1 | + |
A | core/linux-headers-lts/sources | | | 1 | + |
A | core/linux-headers-lts/version | | | 1 | + |
4 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/core/linux-headers-lts/build b/core/linux-headers-lts/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make headers_install INSTALL_HDR_PATH="$1/usr" diff --git a/core/linux-headers-lts/checksums b/core/linux-headers-lts/checksums @@ -0,0 +1 @@ +23c1d1d5ba7bc14f9850e5ce78006712fe6c65dedcf67d3c99cec9c16a631d4d linux-4.19.96.tar.xz diff --git a/core/linux-headers-lts/sources b/core/linux-headers-lts/sources @@ -0,0 +1 @@ +https://kernel.org/pub/linux/kernel/v4.x/linux-4.19.96.tar.xz diff --git a/core/linux-headers-lts/version b/core/linux-headers-lts/version @@ -0,0 +1 @@ +4.19.96 1