mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
connman: disable unstable dnsproxy in connman, using default dns insteed.
This commit is contained in:
parent
b66a9560c4
commit
1c7310c27e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user