You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
base-files base-files: coreutil-sha256sum breaks status code 4 years ago
boot ath79: add support for the Netgear WNDRMAC v1 4 years ago
devel kernel: fix portability issue with perf on linux 5.4 4 years ago
firmware ipq40xx: add support for EnGenius EMR3500 4 years ago
kernel kernel: add gpio-amd-fch module description 4 years ago
libs libnetfilter-queue: fix package title and description 4 years ago
network dropbear: fix compilation for uClibc 4 years ago
system ubox: add ALTERNATIVES 4 years ago
utils logger: enable alternatives support 4 years ago
Makefile packages: apply usign padding workarounds to package indexes if needed 5 years ago