summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/911-date-k-flag.patch
Commit message (Collapse)AuthorAgeFilesLines
* busybox: add an upstream ntpd fix (#12841)jow2013-01-191-7/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: change the date -k patch to be more portableflorian2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: add a "date -k" to set the kernel timezone from the ↵jow2011-11-171-0/+83
current localtime utc offset git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29203 3c298f89-4303-0410-b956-a3cf2f4a3e73