connman: update to connman-0.66, disable 'portal', 'google' and 'meego' plugin

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-19 16:39:09 +01:00
parent fdfa5c60d2
commit 334648135d
2 changed files with 4 additions and 5 deletions

View File

@ -39,15 +39,14 @@ ac_cv_path_WPASUPPLICANT="/sbin/wpa_supplicant" \
--disable-bluetooth \ --disable-bluetooth \
--disable-hh2serial-gps \ --disable-hh2serial-gps \
--disable-ofono \ --disable-ofono \
--disable-dhclient \
--disable-openconnect \ --disable-openconnect \
--enable-portal=builtin \ --disable-portal \
--disable-openvpn \ --disable-openvpn \
--enable-loopback=builtin \ --enable-loopback=builtin \
--enable-dnsproxy=builtin \ --enable-dnsproxy=builtin \
--disable-pacrunner \ --disable-pacrunner \
--enable-google=builtin \ --disable-google \
--enable-meego=builtin \ --disable-meego \
--disable-iwmx \ --disable-iwmx \
--disable-iospm \ --disable-iospm \
--enable-ntpd=builtin \ --enable-ntpd=builtin \

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="connman" PKG_NAME="connman"
PKG_VERSION="0.65" PKG_VERSION="0.66"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"