package/ofono: bump to version 1.31

Bugfix release. From the ChangeLog:

Ver 1.31:
 - Fix issue with handling CID 0 context identifier.
 - Fix issue with handling detach state and running LTE.
 - Fix issue with handling SIM states and Quectel modems.

Signed-off-by: Anthony Viallard <viallard@syscom-instruments.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Anthony Viallard 2019-11-06 16:20:11 +01:00 committed by Peter Korsgaard
parent 1216a141f1
commit c8e7ac6083
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# From https://www.kernel.org/pub/linux/network/ofono/sha256sums.asc
sha256 8079735efc5d7f33be9e792e791f2f7ff75c31ce67d477b994673e32319eec5c ofono-1.30.tar.xz
sha256 a15c5d28096c10eb30e47a68b6dc2e7c4a5a99d7f4cfedf0b69624f33d859e9b ofono-1.31.tar.xz
# Locally computed
sha256 e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4 COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
OFONO_VERSION = 1.30
OFONO_VERSION = 1.31
OFONO_SOURCE = ofono-$(OFONO_VERSION).tar.xz
OFONO_SITE = $(BR2_KERNEL_MIRROR)/linux/network/ofono
OFONO_LICENSE = GPL-2.0