Commit 7324c8d1 authored by Simon Dawson's avatar Simon Dawson Committed by Peter Korsgaard
Browse files

connman: remove defunkt configuration options



We are carrying support for a couple of configuration options which
are no longer present in connman. Specifically:
; threads: vestigial configuration option needed for defunkt WiMAX plugin
; ntpd: plugin no longer present in connman

Signed-off-by: default avatarSimon Dawson <spdawson@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 8aaede24
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -19,11 +19,6 @@ config BR2_PACKAGE_CONNMAN

if BR2_PACKAGE_CONNMAN

config BR2_PACKAGE_CONNMAN_THREADS
	bool "enable threading support"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	default y

config BR2_PACKAGE_CONNMAN_ETHERNET
	bool "enable Ethernet support"
	default y
@@ -42,9 +37,6 @@ config BR2_PACKAGE_CONNMAN_NEARD
	bool "enable neard support"
	select BR2_PACKAGE_NEARD

config BR2_PACKAGE_CONNMAN_NTPD
	bool "enable ntpd support"

config BR2_PACKAGE_CONNMAN_OFONO
	bool "enable ofono support"
	select BR2_PACKAGE_OFONO
+0 −2
Original line number Diff line number Diff line
@@ -12,14 +12,12 @@ CONNMAN_INSTALL_STAGING = YES
CONNMAN_LICENSE = GPLv2
CONNMAN_LICENSE_FILES = COPYING
CONNMAN_CONF_OPT += --localstatedir=/var \
	$(if $(BR2_PACKAGE_CONNMAN_THREADS),--enable-threads,--disable-threads)		\
	$(if $(BR2_PACKAGE_CONNMAN_DEBUG),--enable-debug,--disable-debug)		\
	$(if $(BR2_PACKAGE_CONNMAN_ETHERNET),--enable-ethernet,--disable-ethernet)	\
	$(if $(BR2_PACKAGE_CONNMAN_WIFI),--enable-wifi,--disable-wifi)			\
	$(if $(BR2_PACKAGE_CONNMAN_BLUETOOTH),--enable-bluetooth,--disable-bluetooth)	\
	$(if $(BR2_PACKAGE_CONNMAN_LOOPBACK),--enable-loopback,--disable-loopback)	\
	$(if $(BR2_PACKAGE_CONNMAN_NEARD),--enable-neard,--disable-neard) \
	$(if $(BR2_PACKAGE_CONNMAN_NTPD),--enable-ntpd,--disable-ntpd) \
	$(if $(BR2_PACKAGE_CONNMAN_OFONO),--enable-ofono,--disable-ofono)

CONNMAN_DEPENDENCIES += \