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:
@@ -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
|
||||
|
Reference in New Issue
Block a user