connman: bump to version 1.27
Also drop PAN profile comment since it now supports GN and PANU profiles as well to avoid overcrowding. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
457fd9087a
commit
c67a4c32c9
@ -42,9 +42,8 @@ config BR2_PACKAGE_CONNMAN_WISPR
|
||||
config BR2_PACKAGE_CONNMAN_BLUETOOTH
|
||||
bool "enable Bluetooth support"
|
||||
help
|
||||
Enable Bluetooth (PAN profile) support. The start of
|
||||
bluetoothd is automatically detected and only a runtime
|
||||
dependency.
|
||||
Enable Bluetooth support. The start of bluetoothd is
|
||||
automatically detected and only a runtime dependency.
|
||||
|
||||
config BR2_PACKAGE_CONNMAN_LOOPBACK
|
||||
bool "enable loopback support"
|
||||
|
@ -1,2 +1,2 @@
|
||||
# From https://www.kernel.org/pub/linux/network/connman/sha256sums.asc
|
||||
sha256 7184e4b6d954449ee00a30e188924b3e37a20ad2fd9a0b76a2bdd82c863dcf8a connman-1.26.tar.xz
|
||||
sha256 13997824c076af150c68d6d79e48277216e8192278a5c6615cfd4905d65600f5 connman-1.27.tar.xz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CONNMAN_VERSION = 1.26
|
||||
CONNMAN_VERSION = 1.27
|
||||
CONNMAN_SOURCE = connman-$(CONNMAN_VERSION).tar.xz
|
||||
CONNMAN_SITE = $(BR2_KERNEL_MIRROR)/linux/network/connman
|
||||
CONNMAN_DEPENDENCIES = libglib2 dbus iptables
|
||||
|
Loading…
Reference in New Issue
Block a user