#!/bin/sh
while [ -z "$(/usr/bin/wget "http://updates.fon.com/firmware/conncheck/conncheck.txt" -O-)" ]; do
	sleep 1
done
ifup lan
