linux-sysmocom: Upgrade the BTS kernel to 3.2.36

This commit is contained in:
Holger Hans Peter Freyther 2013-01-15 14:10:39 +01:00
parent 8b61400347
commit fd02a175f6
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
inherit kernel
require linux-sysmocom.inc
LINUX_VERSION ?= "3.2.35"
LINUX_VERSION ?= "3.2.36"
LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}"
# Overrides for the sysmocom bts v1
@ -10,7 +10,7 @@ BTS_FIRMWARE_NAME_sysmobts-v1 = "sysmobts-v1"
# Overrides for the sysmocom bts v2
BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2"
SRCREV = "20b5f4f07eb6719e41cc6d25fc2a73d95337421c"
SRCREV = "1db46a2b69e034677802b2c83b7d523b4338769f"
PR = "r26"
PV = "${LINUX_VERSION}+git${SRCPV}"