wireless: fix bogus isolate setting on unbridged configuration
authorFelix Fietkau <nbd@openwrt.org>
Sat, 26 Sep 2015 23:15:22 +0000 (01:15 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 26 Sep 2015 23:15:23 +0000 (01:15 +0200)
commit509ffb22475ebdd5291d510a098f996473951344
tree2c403e678de87065a6f240519257a80d94998fc5
parent638c45755f5750a95a3c305a37b711bd7c580643
wireless: fix bogus isolate setting on unbridged configuration

This was caused by a faulty test for the isolate option (arithmetic on a
variable with no default)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
scripts/netifd-wireless.sh