3 Commits

Author SHA1 Message Date
Christian Marangi
b5bc742731 quectel-timesync: update to Git HEAD (2025-11-19)
ea24eb56dc55 README: fix typo
7b7042cd299f openwrt: add dependency on USB serial driver
5b64bb8f96eb actions: only build quectel-timesync package
0aa5ab8aa9ef Revert "openwrt: add dependency on USB serial driver"
a8ba7674c112 ci: add release tags
514b801694c7 timesync: fix help text
ad425ae6acea openwrt: increase default interval
ce4d4b14284a CMakeLists: bump CMake minimum version to 3.10 (#2)

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-21 20:56:02 +01:00
Robert Marko
272f55e87f treewide: refresh hashes after move to use ZSTD as default
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-04-07 12:06:34 +02:00
David Bauer
a2838a2032 quectel-timesync: add package
This tool allows for acquiring the current time from
the cellular network for configuring the local clock.
Compared to NTP, this has the advantage of nut using up
mobile traffic.

It takes advantage of the AT+QLTS command found on Quectel
modems. This functionality depends on support of the mobile
network.

Compile-tested: ath79-nand
Run-tested: ath79-nand (GL.iNET GL-XE300)

Signed-off-by: David Bauer <mail@david-bauer.net>
2023-10-09 00:45:06 +02:00