Skip to content
Snippets Groups Projects
Commit fb6b87ec authored by viisauksena's avatar viisauksena Committed by fuzzle
Browse files

proposal for generic SSID as it is set by comunity/firmware

proposal for generic SSID as it is set by comunity/firmware

proposal for generic SSID as it is set by comunity/firmware

minor patch, to make this work (testet on tp710)

add -q option to supress error in uci show ssid

add -q option to supress error in uci show ssid
parent 5601c036
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
# At first some Definitions:
ONLINE_SSID='Freifunk'
ONLINE_SSID=$(uci get wireless.client_radio0.ssid -q)
: ${ONLINE_SSID:=FREIFUNK} # if for whatever reason ONLINE_SSID is NULL
OFFLINE_PREFIX='FF_OFFLINE_' # Use something short to leave space for the nodename
UPPER_LIMIT='55' #Above this limit the online SSID will be used
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment