openwrt/package/base-files
Val Kulkov b10a453367 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>
2019-10-12 23:43:08 +02:00
..
files base-files: coreutil-date breaks setting kernel timezone 2019-10-12 23:43:08 +02:00
image-config.in replace links towards lede-project.org with openwrt.org 2019-06-11 01:46:53 +02:00
Makefile build: add buildinfo files for reproducibility 2019-08-13 10:40:36 +02:00