immortalwrt/package
Rosen Penev 2f84ce82f1 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-15 12:11:11 +08:00
..
base-files base-files: use hwclock --systz 2021-02-15 12:11:11 +08:00
boot sunxi: Nanopi R1S H5: add missing device package 2021-02-09 12:40:22 +08:00
ctcgfw luci-app-adguardhome: fix path error if core download from the Internet 2021-02-14 16:20:17 +08:00
devel strace: update package to v5.10 2021-01-31 22:09:39 +08:00
firmware treewide: unify OpenWrt hosted source via @OPENWRT 2021-02-08 12:11:32 +08:00
kernel acx-mac80211: replace dead URLs with OpenWrt CDN 2021-02-08 12:12:02 +08:00
lean luci-app-ssr-plus: fix typo err 2021-02-09 21:13:56 +08:00
libs wolfssl: Backport fix for CVE-2021-3336 2021-02-10 12:05:53 +08:00
lienol luci-app-passwall: fix shunt bug caused by order 2021-02-13 18:08:17 +08:00
network treewide: unify OpenWrt hosted source via @OPENWRT 2021-02-08 12:11:32 +08:00
ntlf9t AdGuardHome: remove upstreamed package 2021-01-31 13:24:17 +08:00
system opkg: update to git HEAD 2021-02-06 23:29:49 +08:00
utils util-linux: remove custom pkgconfig patch 2021-02-02 01:03:04 +08:00
Makefile build: store SourceDateEpoch in manifest 2020-09-01 17:31:29 +08:00