* Added dash as dependency
* Added URL
* Added REPO
* Moved usher from bash to /bin/sh
* Removed TARGET from usher
* Tweaked SRC Makefile to work with /bin/sh
* Removed non POSIX redirects
* Removed setting of loopback up (seems to do this on its own?)
* Corrected $verbose variable check (was -z, should be -n)
* Added quotes for ip route command around $iface (colon was a problem)
* Should note that v1.2 was incorrectly set in Makefile previously