From b4088adc7f2666d468a478e379b94c5cb4494c1b Mon Sep 17 00:00:00 2001 From: Teemu Holappa Date: Wed, 10 Feb 2016 10:04:49 +0200 Subject: Removed wifi module from sync.profile. Change-Id: I444776b2324bef9b4eac658d668b67224e1c5882 Reviewed-by: Samuli Piippo --- sync.profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sync.profile b/sync.profile index 26efc65..ede245e 100644 --- a/sync.profile +++ b/sync.profile @@ -1,6 +1,5 @@ %modules = ( # path to module name map - "B2QtUtils" => "$basedir/src/utils", - "B2QtWifi" => "$basedir/src/wifi" + "B2QtUtils" => "$basedir/src/utils" ); %moduleheaders = ( # restrict the module headers to those found in relative path ); -- cgit v1.2.3