owut: add new package
authorEric Fahlgren <redacted>
Tue, 4 Jun 2024 16:52:13 +0000 (09:52 -0700)
committerRosen Penev <redacted>
Sun, 23 Jun 2024 18:13:14 +0000 (11:13 -0700)
commitdab1efaf088c1d446911270313ce6f7ab32a07c4
treec24cab4a89d95a06d0ae522e7957480f90a11818
parentc3232005cbc60a2a3cef9f8cbae8f3ac3ef5d19d
owut: add new package

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 <redacted>
utils/owut/Makefile [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT