Skip to content

Releases: sudomesh/sudowrt-firmware

0.3.0 (dispossessed)

21 Jun 20:46
ede0ea4
Compare
Choose a tag to compare

Features

  • Allows for automatic configuration on first boot over an existing internet connection, as described in #132.
  • No longer requires makenode, but still allows it to be used for configuring (though this is not recommended, since makenode may contain dated configuration templates).
  • Tunneldigger configured with domain names instead of hardcoded IPs.
  • Locks you out if you don't change the root password in 24hrs after flashing.
  • /opt/mesh/retrieve_ip script no longer deletes itself after executing successfully.
  • All templates for configuration are now stored within the firmware itself, and can be reapplied at any time with an IP address of your choosing (see /opt/mesh/autoconf).

Bug fixes

Integrates patches to bugs previously corrected through makenode:
sudomesh/bugs#1
sudomesh/bugs#5
sudomesh/bugs#17
sudomesh/bugs#23
sudomesh/bugs#27
and also, brings back the correct blinkly indicator LEDs #99

0.2.3 (fledgling)

17 Mar 18:12
741df5d
Compare
Choose a tag to compare
name arch version link commonly used
Home Node ar71xx 0.2.3 DOI mynet n600 or mynet n750
Extender Node ar71xx 0.2.3 DOI

Features

Improvements

Upgrade tunneldigger client (see sudomesh/nodewatcher-firmware-packages@d4e3b9f). The new tunneldigger client is incompatible with the older broker, so you must configure your home node to point to an exit node that is running a newer version of the broker (this is the sha).

Bug fixes

removing unused packages fixes #1 (bf73b17)
adding --rm switch suggestion related to #119 (87084a4)
ssh key maintenance (d567d36)

0.2.2 (fledgling)

06 Jan 23:39
Compare
Choose a tag to compare

Features

Improvements

Bug fixes

corrects #123
checks out openwrt 15.05 revision from https://git.archive.openwrt.org/15.05/openwrt.git

0.2.1 (fledgling)

16 Dec 09:58
Compare
Choose a tag to compare

Features

Improvements

  1. push from travis to docker hub https://hub.docker.com/r/sudomesh/sudowrt-firmware (#120)

Bug fixes