Skip to content

Commit

Permalink
qemu_armv7a: use kernel 4.1.38
Browse files Browse the repository at this point in the history
Stay with kernel 4.1.38, instead of moving forward to the new default
4.9.33.

Signed-off-by: Curt Brune <curt@cumulusnetworks.com>
  • Loading branch information
Curt Brune committed Jul 5, 2017
1 parent d03174e commit a7907f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion machine/qemu_armv7a/machine.make
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# QEMU armv7a Virtual Machine

# Copyright (C) 2014,2015 Curt Brune <curt@cumulusnetworks.com>
# Copyright (C) 2014,2015,2017 Curt Brune <curt@cumulusnetworks.com>
#
# SPDX-License-Identifier: GPL-2.0

Expand Down Expand Up @@ -31,6 +31,9 @@ KERNEL_DTB_PATH = dts/$(KERNEL_DTB)
# information to the base ONIE version string.
# VENDOR_VERSION = .12.34

LINUX_VERSION = 4.1
LINUX_MINOR_VERSION = 38

# Vendor ID -- IANA Private Enterprise Number:
# http://www.iana.org/assignments/enterprise-numbers
# Open Compute Project IANA number
Expand Down

0 comments on commit a7907f9

Please sign in to comment.