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-hh2serial-gps \
--disable-ofono \
--disable-dhclient \
--disable-openconnect \
--enable-portal=builtin \
--disable-portal \
--disable-openvpn \
--enable-loopback=builtin \
--enable-dnsproxy=builtin \
--disable-pacrunner \
--enable-google=builtin \
--enable-meego=builtin \
--disable-google \
--disable-meego \
--disable-iwmx \
--disable-iospm \
--enable-ntpd=builtin \

View File

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