This build has been replaced by the 3.2 LTS package.

This commit is contained in:
Jeffrey Townsend
2017-02-21 18:40:36 +00:00
parent 840389d897
commit c6bf5387e1
4 changed files with 0 additions and 43 deletions

View File

@@ -1 +0,0 @@
include $(ONL)/make/pkg.mk

View File

@@ -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.,

View File

@@ -1,2 +0,0 @@
linux-3.2.71*
kernel-3.2-*

View File

@@ -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*