- bugs
980156399e properly handle 'package_changes' entries with build breakages
119c7194b7 deal with stdout being chopped off when output is piped
75faac2167 fix ordering of '-rcN' version numbers
- issues
0aefe77e47 warn and stop on package downgrades
- enhancements
a23ea2c1ef report file download rates in verbose output
112afd07a5 report broken packages when using 'list' or 'blob'
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
- fix up versioning in Makefile
- change package description doc link to wiki entry instead of github
- changes
73b70e52e9714c462cc81b222bdcb8
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
owut (OpenWrt Update Tool) is a command line program that gathers
information from the various openwrt.org build sites and reports
status on various aspects of builds and package availability.
It also shows many details about your current configuration and
installed packages, allowing it to create, download, verify and
install new images containing the user-installed packages.
It is written completely in 'ucode', allowing for user customization
on the installed device, without the need for compilers and linkers.
Documentation is available at https://github.com/efahl/owut
Forum thread at https://forum.openwrt.org/t/owut-openwrt-upgrade-tool/200035
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>