mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -4,13 +4,21 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CONNMAN_VERSION = 1.38
|
||||
CONNMAN_VERSION = 1.41
|
||||
CONNMAN_SOURCE = connman-$(CONNMAN_VERSION).tar.xz
|
||||
CONNMAN_SITE = $(BR2_KERNEL_MIRROR)/linux/network/connman
|
||||
CONNMAN_DEPENDENCIES = libglib2 dbus iptables
|
||||
CONNMAN_DEPENDENCIES = libglib2 dbus
|
||||
CONNMAN_INSTALL_STAGING = YES
|
||||
CONNMAN_LICENSE = GPL-2.0
|
||||
CONNMAN_LICENSE_FILES = COPYING
|
||||
CONNMAN_CPE_ID_VENDOR = intel
|
||||
|
||||
# 0001-gweb-Fix-OOB-write-in-received_data.patch
|
||||
CONNMAN_IGNORE_CVES += CVE-2022-32292
|
||||
|
||||
# 0002-wispr-Add-reference-counter-to-portal-context.patch
|
||||
# 0003-wispr-Update-portal-context-references.patch
|
||||
CONNMAN_IGNORE_CVES += CVE-2022-32293
|
||||
|
||||
CONNMAN_CONF_OPTS = --with-dbusconfdir=/etc
|
||||
|
||||
@@ -64,6 +72,12 @@ else
|
||||
CONNMAN_CONF_OPTS += --disable-ofono
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_CONNMAN_STATS),y)
|
||||
CONNMAN_CONF_OPTS += --enable-stats
|
||||
else
|
||||
CONNMAN_CONF_OPTS += --disable-stats
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_CONNMAN_WIFI),y)
|
||||
CONNMAN_CONF_OPTS += --enable-wifi
|
||||
else
|
||||
@@ -84,6 +98,12 @@ else
|
||||
CONNMAN_CONF_OPTS += --disable-wispr
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_IWD),y)
|
||||
CONNMAN_CONF_OPTS += --enable-iwd
|
||||
else
|
||||
CONNMAN_CONF_OPTS += --disable-iwd
|
||||
endif
|
||||
|
||||
define CONNMAN_INSTALL_INIT_SYSV
|
||||
$(INSTALL) -m 0755 -D package/connman/S45connman $(TARGET_DIR)/etc/init.d/S45connman
|
||||
endef
|
||||
@@ -102,4 +122,9 @@ else
|
||||
CONNMAN_CONF_OPTS += --disable-client
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBEXECINFO),y)
|
||||
CONNMAN_DEPENDENCIES += libexecinfo
|
||||
CONNMAN_CONF_ENV += LDFLAGS="$(TARGET_LDFLAGS) -lexecinfo"
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user