Skip to content
Snippets Groups Projects
Commit 5a7c064b authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

busybox: fix setting the kernel timezone


The settimeofday() syscall wrapper provided by musl filters out the timezone
argument, breaking the ability to set the kernel timezone through the function.

Adjust busybox patch to issue the syscall directly in order to circumvent the
problem.

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent 81a5f1ac
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment