Merge branch 'master' of github.com:jnealtowns/OpenNetworkLinux

This commit is contained in:
Jeffrey Townsend
2015-12-11 22:33:14 +00:00
2 changed files with 9 additions and 2 deletions

View File

@@ -27,6 +27,13 @@ ifndef ARCH
$(error $$ARCH must be set)
endif
#
# The kernel major version
#
ifndef K_MAJOR_VERSION
$(error $$K_MAJOR_VERSION must be set)
endif
#
# The kernel patchlevel.
#
@@ -77,7 +84,7 @@ endif
############################################################
ONL_KERNELS := $(ONL)/packages/base/any/kernels
K_VERSION := 3.$(K_PATCH_LEVEL).$(K_SUB_LEVEL)$(K_SUFFIX)
K_VERSION := $(K_MAJOR_VERSION).$(K_PATCH_LEVEL).$(K_SUB_LEVEL)$(K_SUFFIX)
K_NAME := linux-$(K_VERSION)
ifndef K_ARCHIVE_EXT
K_ARCHIVE_EXT := tar.xz

View File

@@ -23,7 +23,7 @@
#
############################################################
THIS_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
K_MAJOR_VERSION := 3
K_PATCH_LEVEL := 2
K_SUB_LEVEL := 65
K_SUFFIX := -1+deb7u2