mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
This build has been replaced by the 3.2 LTS package.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1,19 +0,0 @@
|
||||
|
||||
common:
|
||||
arch: armel
|
||||
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.2-deb7-arm-iproc-all
|
||||
version: 1.0.0
|
||||
summary: Open Network Linux Kernel 3.2-deb7 for ARM Integrated Processor Platforms.
|
||||
|
||||
files:
|
||||
builds/kernel-3.2-deb7-arm-iproc-all.bin.gz : $$PKG_INSTALL/
|
||||
builds/linux-3.2.71-mbuild : $$PKG_INSTALL/mbuilds
|
||||
builds/linux-3.2.71-dtbs : $$PKG_INSTALL/dtbs
|
||||
|
||||
changelog: Change changes changes.,
|
||||
@@ -1,2 +0,0 @@
|
||||
linux-3.2.71*
|
||||
kernel-3.2-*
|
||||
@@ -1,21 +0,0 @@
|
||||
# -*- Makefile -*-
|
||||
############################################################
|
||||
# <bsn.cl fy=2013 v=none>
|
||||
#
|
||||
# Copyright 2013, 2014 BigSwitch Networks, Inc.
|
||||
#
|
||||
#
|
||||
#
|
||||
# </bsn.cl>
|
||||
############################################################
|
||||
THIS_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
|
||||
|
||||
include $(ONL)/make/config.mk
|
||||
|
||||
export MODSYNCLIST_EXTRA := arch/arm/plat-iproc/include
|
||||
|
||||
kernel:
|
||||
$(MAKE) -C $(ONL)/packages/base/any/kernels/3.2.71-1+deb7/configs/arm-iproc-all K_TARGET_DIR=$(THIS_DIR) $(ONL_MAKE_PARALLEL)
|
||||
|
||||
clean:
|
||||
rm -rf linux-3.2.71-1*
|
||||
Reference in New Issue
Block a user