immortalwrt/package
Rosen Penev 157cd0bd97 base-files: use hwclock --systz
The date -k patch is non standard and will be removed in the next
commit.

Tested behavior to be identical with a simple C program:

 #define _GNU_SOURCE
 #include <unistd.h>
 #include <stdio.h>
 #include <sys/time.h>
 #include <sys/syscall.h>

int main()
{
        struct timezone tt;
	struct timezone tz;

        int a = syscall(SYS_gettimeofday, NULL, &tt);
        int b = gettimeofday(NULL, &tz);
        printf("%d - %d, %d\n", a, tt.tz_minuteswest, tt.tz_dsttime);
        printf("%d - %d, %d\n", b, tz.tz_minuteswest, tz.tz_dsttime);
}

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-14 15:15:32 +01:00
..
base-files base-files: use hwclock --systz 2021-02-14 15:15:32 +01:00
boot uboot-imx6: bump to 2021.01 release 2021-02-14 09:31:30 +01:00
devel strace: update package to v5.10 2021-01-30 01:03:00 +01:00
firmware treewide: unify OpenWrt hosted source via @OPENWRT 2021-02-05 12:00:24 -10:00
kernel mac80211: Update to version 5.10-rc6-1 2021-02-14 15:15:29 +01:00
libs wolfssl: Backport fix for CVE-2021-3336 2021-02-09 23:12:49 +01:00
network iw: Update to version 5.9 2021-02-14 15:15:32 +01:00
system procd: add hotplug-call dispatcher ubus objects 2021-02-08 00:57:14 +00:00
utils busybox: sysntpd: make use of new ubus hotplug.ntp object 2021-02-08 00:57:14 +00:00
Makefile build: always build package/kernel/linux 2020-10-15 13:25:58 +02:00