mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-27 10:22:15 +00:00
The 3.18 kernel for arm64 has been removed.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1,19 +0,0 @@
|
||||
|
||||
common:
|
||||
arch: arm64
|
||||
version: 1.0.0
|
||||
copyright: Copyright 2013, 2014, 2015 Big Switch Networks
|
||||
maintainer: support@bigswitch.com
|
||||
support: opennetworklinux@googlegroups.com
|
||||
|
||||
packages:
|
||||
- name: onl-kernel-3.18.25-arm64-all
|
||||
version: 1.0.0
|
||||
summary: Open Network Linux Kernel 3.18.25 for ARM64 Integrated Processor Platforms.
|
||||
|
||||
files:
|
||||
builds/kernel-3.18.25-arm64-all.bin.gz : $$PKG_INSTALL/
|
||||
builds/linux-3.18.25-mbuild : $$PKG_INSTALL/mbuilds
|
||||
builds/linux-3.18.25-dtbs : $$PKG_INSTALL/dtbs
|
||||
|
||||
changelog: Change changes changes.,
|
||||
@@ -1,2 +0,0 @@
|
||||
linux-3.18.25*
|
||||
kernel-*
|
||||
@@ -1,10 +0,0 @@
|
||||
# -*- Makefile -*-
|
||||
THIS_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
|
||||
|
||||
include $(ONL)/make/config.mk
|
||||
|
||||
kernel:
|
||||
$(MAKE) -C $(ONL)/packages/base/any/kernels/3.18.25/configs/arm64-all K_TARGET_DIR=$(THIS_DIR) $(ONL_MAKE_PARALLEL)
|
||||
|
||||
clean:
|
||||
rm -rf linux-3.18.25*
|
||||
Reference in New Issue
Block a user