Re: [PATCHv3 1/3] base-files: use hwclock --systz

2021-02-01 Thread Hannu Nyman
Rosen Penev kirjoitti 1.2.2021 klo 2.15: The date -k patch is non standard and will be removed in the next commit. ... --- a/package/base-files/files/etc/init.d/system +++ b/package/base-files/files/etc/init.d/system @@ -27,7 +27,7 @@ system_config() { ln -sf

Re: [PATCHv3 1/3] base-files: use hwclock --systz

2021-01-31 Thread Rosen Penev
On Sun, Jan 31, 2021 at 3:46 PM Hauke Mehrtens wrote: > > Hi Rosen, > > Are you planning to send a new version soon? Sent. > > Hauke ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCHv3 1/3] base-files: use hwclock --systz

2021-01-31 Thread Rosen Penev
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 #include #include #include int main() { struct timezone tt; struct timezone tz; int a =

Re: [PATCHv3 1/3] base-files: use hwclock --systz

2021-01-31 Thread Hauke Mehrtens
Hi Rosen, Are you planning to send a new version soon? Hauke ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [PATCHv3 1/3] base-files: use hwclock --systz

2021-01-10 Thread Rosen Penev
On Sun, Jan 10, 2021 at 10:47 AM Hannu Nyman wrote: > > Hannu Nyman kirjoitti 10.1.2021 klo 19.25: > > Rosen Penev kirjoitti 8.1.2021 klo 5.30: > >> The date -k patch is non standard and will be removed in the next > >> commit. > >> > >> ... > >> > >> ---

Re: [PATCHv3 1/3] base-files: use hwclock --systz

2021-01-10 Thread Hannu Nyman
Hannu Nyman kirjoitti 10.1.2021 klo 19.25: Rosen Penev kirjoitti 8.1.2021 klo 5.30: The date -k patch is non standard and will be removed in the next commit. ... --- a/package/base-files/files/etc/init.d/system +++ b/package/base-files/files/etc/init.d/system @@ -27,7 +27,7 @@ system_config()

Re: [PATCHv3 1/3] base-files: use hwclock --systz

2021-01-10 Thread Hannu Nyman
Rosen Penev kirjoitti 8.1.2021 klo 5.30: The date -k patch is non standard and will be removed in the next commit. ... --- a/package/base-files/files/etc/init.d/system +++ b/package/base-files/files/etc/init.d/system @@ -27,7 +27,7 @@ system_config() { ln -sf

[PATCHv3 1/3] base-files: use hwclock --systz

2021-01-07 Thread Rosen Penev
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 #include #include #include int main() { struct timezone tt; struct timezone tz; int a =