package/connman: add iwd support
IWD is a runtime dependency for the connman iwd plugin. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5563a9c7c9
commit
9892fd8f06
@ -85,6 +85,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
|
||||
|
Loading…
Reference in New Issue
Block a user