Skip to content
Snippets Groups Projects
Commit b91e58e6 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

busybox: enable sha256sum by default


Now that snapshot builds are only publishing SHA-256 checksums, it makes
sense to ship an appropriate utility for verification.

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent 31fada8b
No related branches found
No related tags found
No related merge requests found
...@@ -705,7 +705,7 @@ config BUSYBOX_DEFAULT_SHA1SUM ...@@ -705,7 +705,7 @@ config BUSYBOX_DEFAULT_SHA1SUM
default n default n
config BUSYBOX_DEFAULT_SHA256SUM config BUSYBOX_DEFAULT_SHA256SUM
bool bool
default n default y
config BUSYBOX_DEFAULT_SHA512SUM config BUSYBOX_DEFAULT_SHA512SUM
bool bool
default n default n
......
...@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ...@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox PKG_NAME:=busybox
PKG_VERSION:=1.24.2 PKG_VERSION:=1.24.2
PKG_RELEASE:=3 PKG_RELEASE:=4
PKG_FLAGS:=essential PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment