mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
Testing showed that additional syscalls are needed on ARMv7. Add "clock_gettime64" and "statx" which seem to be used now instead of "clock_gettime" and "stat" syscalls which are already listed. Signed-off-by: Daniel Golle <daniel@makrotopia.org>