1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/package
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
..
base-files base-files: coreutil-sha256sum breaks status code 2020-06-27 00:19:13 +02:00
boot ath79: add support for the Netgear WNDRMAC v1 2020-06-11 01:44:13 +02:00
devel kernel: fix portability issue with perf on linux 5.4 2020-06-04 21:52:57 +02:00
firmware ipq40xx: add support for EnGenius EMR3500 2020-06-13 14:38:03 +02:00
kernel kernel: add gpio-amd-fch module description 2020-06-26 20:54:53 +02:00
libs libnetfilter-queue: fix package title and description 2020-06-23 19:25:20 +02:00
network dropbear: fix compilation for uClibc 2020-06-24 22:36:21 +02:00
system ubox: add ALTERNATIVES 2020-06-26 23:48:51 +02:00
utils logger: enable alternatives support 2020-06-26 20:54:53 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:15:07 +02:00