diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-04-21 13:44:30 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-04-21 13:44:30 +0200 |
commit | e86bdd95a8fd79f5d0e095dbfcfc383f75928dbe (patch) | |
tree | 10c0d33aae074b34d77d3520af90c7d642d889f9 /bootstrap-configure | |
parent | 4909f84ab70b15d52f4cf0a824e4de49bac47c37 (diff) | |
download | connman-e86bdd95a8fd79f5d0e095dbfcfc383f75928dbe.tar.gz connman-e86bdd95a8fd79f5d0e095dbfcfc383f75928dbe.tar.bz2 connman-e86bdd95a8fd79f5d0e095dbfcfc383f75928dbe.zip |
build: Always enable essential plugins by default
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bootstrap-configure b/bootstrap-configure index ef5214a5..59a64e59 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -16,14 +16,8 @@ fi --localstatedir=/var \ --sysconfdir=/etc \ --disable-datafiles \ - --enable-loopback=builtin \ - --enable-ethernet=builtin \ - --enable-wifi=builtin \ - --enable-bluetooth=builtin \ - --enable-ofono=builtin \ --enable-openconnect=builtin \ --enable-openvpn=builtin \ - --enable-pacrunner=builtin \ --enable-nmcompat=builtin \ --enable-polkit=builtin \ --enable-capng \ |