tn3399_openwrt/package/base-files
Huangbin Zhan fed9bfbfeb base-files: coreutil-sha256sum breaks status code
With package "coreutil-sha256sum" installed "sysupgrade" fails to perform 'sha256sum -s' and instead returns 'invalid option -- 's''.
This is caused due to:
	different syntax for a sha256sum status check ('sha256sum --status' with "coreutil-sha256sum")
	'/usr/bin/sha256sum' being symlinked to '/usr/bin/gnu-sha256sum' (after installation of "coreutil-sha256sum")
"coreutil-sha256sum" package from the packages feed replaces the Busybox sha256sum
This patch restores for 'sysupgrade' the busybox call to its sha256sum applet.

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-27 00:19:13 +02:00
..
files base-files: coreutil-sha256sum breaks status code 2020-06-27 00:19:13 +02:00
image-config.in replace links towards lede-project.org with openwrt.org 2019-06-11 01:46:53 +02:00
Makefile base-files: remove urandom-seed definition 2020-06-23 22:23:21 +02:00