diff --git a/cjdns/files/cjdns.defaults b/cjdns/files/cjdns.defaults index fd48269..f6ca772 100644 --- a/cjdns/files/cjdns.defaults +++ b/cjdns/files/cjdns.defaults @@ -23,7 +23,7 @@ EOF fi # enable auto-peering on ethernet - uci show network.lan | grep type=bridge >/dev/null 2>&1 + uci show network.lan | grep bridge >/dev/null 2>&1 if [ $? -eq 0 ]; then # most routers will set up an ethernet bridge for the lan ifname="br-lan"