inteno-netmodes: default network is lan

This commit is contained in:
Sukru Senli 2017-06-08 14:21:43 +02:00
parent 4726ae7734
commit 23f15ddae5

View file

@ -7,7 +7,7 @@ get_if_creds() {
local section=$1
local network=$2
local net dev ssid key encryption band
config_get net $section "network"
config_get net $section "network" "lan"
if [ "$net" == "$network" ]; then
config_get dev $section "device"
band="$(uci -q get wireless.$dev.band)"