Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 9f82461f authored by Robert Nelson's avatar Robert Nelson
Browse files

bb.org/seeed: connman ignore SoftAp0


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent f503d1fc
Branches
Tags
No related merge requests found
...@@ -200,7 +200,7 @@ setup_desktop () { ...@@ -200,7 +200,7 @@ setup_desktop () {
echo "SingleConnectedTechnology=false" >> ${wfile} echo "SingleConnectedTechnology=false" >> ${wfile}
echo "AllowHostnameUpdates=false" >> ${wfile} echo "AllowHostnameUpdates=false" >> ${wfile}
echo "PersistentTetheringMode=true" >> ${wfile} echo "PersistentTetheringMode=true" >> ${wfile}
echo "NetworkInterfaceBlacklist=usb0" >> ${wfile} echo "NetworkInterfaceBlacklist=usb0,SoftAp0" >> ${wfile}
mkdir -p /var/lib/connman/ || true mkdir -p /var/lib/connman/ || true
wfile="/var/lib/connman/settings" wfile="/var/lib/connman/settings"
......
...@@ -200,7 +200,7 @@ setup_desktop () { ...@@ -200,7 +200,7 @@ setup_desktop () {
echo "SingleConnectedTechnology=false" >> ${wfile} echo "SingleConnectedTechnology=false" >> ${wfile}
echo "AllowHostnameUpdates=false" >> ${wfile} echo "AllowHostnameUpdates=false" >> ${wfile}
echo "PersistentTetheringMode=true" >> ${wfile} echo "PersistentTetheringMode=true" >> ${wfile}
echo "NetworkInterfaceBlacklist=usb0" >> ${wfile} echo "NetworkInterfaceBlacklist=usb0,SoftAp0" >> ${wfile}
mkdir -p /var/lib/connman/ || true mkdir -p /var/lib/connman/ || true
wfile="/var/lib/connman/settings" wfile="/var/lib/connman/settings"
......
...@@ -195,7 +195,7 @@ setup_desktop () { ...@@ -195,7 +195,7 @@ setup_desktop () {
echo "SingleConnectedTechnology=false" >> ${wfile} echo "SingleConnectedTechnology=false" >> ${wfile}
echo "AllowHostnameUpdates=false" >> ${wfile} echo "AllowHostnameUpdates=false" >> ${wfile}
echo "PersistentTetheringMode=true" >> ${wfile} echo "PersistentTetheringMode=true" >> ${wfile}
echo "NetworkInterfaceBlacklist=usb0" >> ${wfile} echo "NetworkInterfaceBlacklist=usb0,SoftAp0" >> ${wfile}
mkdir -p /var/lib/connman/ || true mkdir -p /var/lib/connman/ || true
wfile="/var/lib/connman/settings" wfile="/var/lib/connman/settings"
......
...@@ -200,7 +200,7 @@ setup_desktop () { ...@@ -200,7 +200,7 @@ setup_desktop () {
echo "SingleConnectedTechnology=false" >> ${wfile} echo "SingleConnectedTechnology=false" >> ${wfile}
echo "AllowHostnameUpdates=false" >> ${wfile} echo "AllowHostnameUpdates=false" >> ${wfile}
echo "PersistentTetheringMode=true" >> ${wfile} echo "PersistentTetheringMode=true" >> ${wfile}
echo "NetworkInterfaceBlacklist=usb0" >> ${wfile} echo "NetworkInterfaceBlacklist=usb0,SoftAp0" >> ${wfile}
mkdir -p /var/lib/connman/ || true mkdir -p /var/lib/connman/ || true
wfile="/var/lib/connman/settings" wfile="/var/lib/connman/settings"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment