diff options
author | Val Kulkov <val.kulkov@gmail.com> | 2019-10-07 12:06:52 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-10-12 23:43:08 +0200 |
commit | b10a4533670e32a19b4dcc7f90a5d52c679ddf91 (patch) | |
tree | 2c33047e5701c43e279ba6fd20786328731e2d79 /package/kernel/linux/modules/fs.mk | |
parent | ee5a3f6d605602bbff57cde337235088cf9c3ffa (diff) | |
download | upstream-b10a4533670e32a19b4dcc7f90a5d52c679ddf91.tar.gz upstream-b10a4533670e32a19b4dcc7f90a5d52c679ddf91.tar.bz2 upstream-b10a4533670e32a19b4dcc7f90a5d52c679ddf91.zip |
base-files: coreutil-date breaks setting kernel timezone
"coreutil-date" package from the packages feed replaces the Busybox date
applet by symlinking /usr/bin/gnu-date to /bin/date. This prevents the system
init script from setting kernel timezone because the GNU date utility does not
provide such functionality:
root@OpenWrt:~# date -k
date: invalid option -- 'k'
Try 'date --help' for more information.
A specific reference to the Busybox date applet prevents alternative date
utilities from breaking the system init script.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Diffstat (limited to 'package/kernel/linux/modules/fs.mk')
0 files changed, 0 insertions, 0 deletions