mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-10 17:21:46 +00:00
Initial 4.19 package.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -0,0 +1 @@
|
||||
!include $ONL/packages/base/any/kernels/lts/APKG.yml VERSION=4.19 ARCH=amd64 CONFIG=x86-64-all
|
||||
3
packages/base/amd64/kernels/kernel-4.19-lts-x86-64-all/builds/.gitignore
vendored
Normal file
3
packages/base/amd64/kernels/kernel-4.19-lts-x86-64-all/builds/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
linux-*
|
||||
kernel-*
|
||||
lib
|
||||
@@ -0,0 +1,8 @@
|
||||
KERNEL_BUILD_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
|
||||
KERNEL_ARCH := x86_64
|
||||
KERNEL_LTS_VERSION := 4.19
|
||||
KERNEL_CONFIG := x86_64-all
|
||||
include $(ONL)/packages/base/any/kernels/lts/builds/Makefile
|
||||
|
||||
setup::
|
||||
dpkg -l libelf-dev > /dev/null 2>&1 || sudo apt-get install libelf-dev
|
||||
Reference in New Issue
Block a user