connman: disable unstable dnsproxy in connman, using default dns insteed.

This commit is contained in:
Daniel Forsberg 2013-03-07 21:32:53 +01:00
parent b66a9560c4
commit 1c7310c27e
2 changed files with 3 additions and 3 deletions

View File

@ -271,9 +271,9 @@ set_interface() {
set_hwclock
if [ -f $HOME/.config/debug.connman ]; then
/usr/sbin/connmand -nd > /dev/null 2>&1
/usr/sbin/connmand -nrd > /dev/null 2>&1
else
/usr/sbin/connmand -n > /dev/null 2>&1
/usr/sbin/connmand -nr > /dev/null 2>&1
fi
usleep 250000
done

View File

@ -26,7 +26,7 @@ add_user system x 430 430 "service" "/var/run/connman" "/bin/sh"
add_group system 430
mkdir -p $INSTALL/etc
cp $PKG_DIR/config/resolv.conf $INSTALL/etc
ln -sf /var/cache/resolv.conf $INSTALL/etc/resolv.conf
mkdir -p $INSTALL/etc/connman
cp $PKG_DIR/config/main.conf $INSTALL/etc/connman