diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-04-28 00:11:52 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-04-28 00:11:52 -0700 |
commit | d670a771cfe15aa99d812f4e4775f3924610a3af (patch) | |
tree | 154657fd924eb91ac2e0c6ecb68666728d05d612 /bootstrap-configure | |
parent | 47bd0ee5afe38109771623335a5272f682432c5a (diff) | |
download | connman-d670a771cfe15aa99d812f4e4775f3924610a3af.tar.gz connman-d670a771cfe15aa99d812f4e4775f3924610a3af.tar.bz2 connman-d670a771cfe15aa99d812f4e4775f3924610a3af.zip |
Allow built-in of wifi, bluetooth and resolvconf plugins
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap-configure b/bootstrap-configure index c58f7aa4..e73f5eb8 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -19,12 +19,12 @@ fi --disable-datafiles \ --enable-loopback=builtin \ --enable-ethernet=builtin \ - --enable-wifi \ - --enable-bluetooth \ + --enable-wifi=builtin \ + --enable-bluetooth=builtin \ --enable-modemmgr \ --enable-udhcp \ --enable-dhclient \ - --enable-resolvconf \ + --enable-resolvconf=builtin \ --enable-dnsproxy=builtin \ --enable-novatel \ --enable-huawei \ |