busybox: fix setting the kernel timezone
authorJo-Philipp Wich <jo@mein.io>
Thu, 31 Mar 2016 13:26:42 +0000 (15:26 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 31 Mar 2016 13:26:42 +0000 (15:26 +0200)
commit5a7c064bdbb71bfbcded073c7c0a8723be306009
tree650173f8ab8eca78bfdf4ce430947b9844c15bf3
parent81a5f1ac9ea70280b56e0a16a57cd5bc4b117057
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: Jo-Philipp Wich <jo@mein.io>
package/utils/busybox/patches/250-date-k-flag.patch