aboutsummaryrefslogtreecommitdiff
path: root/utils/auc/src/CMakeLists.txt
Commit message (Collapse)AuthorAge
* auc: compare versions using dpkg/opkg's verrevcmpDaniel Golle2021-04-26
| | | | | | | Using strcmp() to compare a version string doesn't work well. Use verrevcmp() function from opkg instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* auc: link to libdl when neededRosen Penev2020-12-30
| | | | | | Fixes compilation under glibc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* auc: add new packageDaniel Golle2017-11-12
The Attended sysUpgrade CLI is a full-featured client for the attended-sysupgrade service which works directly on the target device. It requires libustream-ssl as well as at least the CA certificate needed to contact the sysupgrade server. It has only been tested briefly and is by no means ready for production! Signed-off-by: Daniel Golle <daniel@makrotopia.org>