You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Rui Salvaterra c5c652e5ad busybox: use CLOCK_MONOTONIC instead of gettimeofday
The clock_gettime(CLOCK_MONOTONIC) syscall exists for so long that the first
kernel version to support it is not even specified in the man page [1]. Let's
enable it on BusyBox by default. Otherwise, gettimeofday will be used instead,
which will give wrong results if the date/time is reset (time moving backwards).

[1] https://linux.die.net/man/2/clock_gettime

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
4 years ago
..
base-files base-files: remove useless cat 4 years ago
boot kirkwood: add support for Check Point L-50 4 years ago
devel kernel: fix portability issue with perf on linux 5.4 4 years ago
firmware linux-firmware: package EIP197 mini firmware 4 years ago
kernel linux-firmware: package EIP197 mini firmware 4 years ago
libs lzo: switch to building with CMake 4 years ago
network wireguard-tools: replace backticks by $(...) 4 years ago
system procd: fix yet another build issue, this time with capabilities 4 years ago
utils busybox: use CLOCK_MONOTONIC instead of gettimeofday 4 years ago
Makefile packages: apply usign padding workarounds to package indexes if needed 5 years ago