summaryrefslogtreecommitdiff
path: root/package/busybox/patches/911-date-k-flag.patch
Commit message (Collapse)AuthorAgeFilesLines
* busybox: add an upstream ntpd fix (#12841)Jo-Philipp Wich2013-01-191-7/+6
| | | | SVN-Revision: 35239
* busybox: change the date -k patch to be more portableFlorian Fainelli2012-11-231-6/+11
| | | | | | | | | Not all libcs have support for tm_gmtoff which is only available for BSD compatibility, and guarded with __USE_BSD defines, use __tm_gmtoff otherwise. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34307
* busybox: add a "date -k" to set the kernel timezone from the current ↵Jo-Philipp Wich2011-11-171-0/+83
localtime utc offset SVN-Revision: 29203