immortalwrt/package/base-files
Val Kulkov 8093296e7a 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>
2020-10-13 18:30:27 +08:00
..
files base-files: coreutil-date breaks setting kernel timezone 2020-10-13 18:30:27 +08:00
image-config.in build: switch VERSION_REPO to HTTPS 2020-09-01 17:33:44 +08:00
Makefile base-files: rc.common: fix missing EXTRA_HELP texts 2020-10-13 18:29:35 +08:00