1
0
mirror of https://github.com/tomeshnet/prototype-cjdns-pi synced 2025-10-05 23:52:49 +02:00

Mesh point support woring

Co-Authored-By: darkdrgn2k <darkdrgn2k@users.noreply.github.com>
This commit is contained in:
Benedict Lau
2019-03-03 08:51:21 -05:00
committed by GitHub
parent 617bef235e
commit 40ac3c306c

View File

@@ -10,7 +10,7 @@ function isMeshable {
elif [ "$(basename $(readlink /sys/class/net/$interface/device/driver))" == 'xradio_wlan' ]; then
result='' # Indicate interface is actually not meshable
else
result='1' # Indicate interface is meshable
result='1' # Indicate interface supports mesh point
fi
echo $result