Commit 96d677bc authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

connman: ensure connmanctl is only built if explicitly enabled

Fixes http://autobuild.buildroot.net/results/3d3a2eec6a2520f048e00eeb967e3a770ffbcdd3



connmanctl is now built by default unless explicitly disabled.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent af882c15
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ define CONNMAN_INSTALL_CM
endef

CONNMAN_POST_INSTALL_TARGET_HOOKS += CONNMAN_INSTALL_CM
else
CONNMAN_CONF_OPT += --disable-client
endif

$(eval $(autotools-package))