mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
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: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
31fada8bec
commit
b91e58e606
@ -705,7 +705,7 @@ config BUSYBOX_DEFAULT_SHA1SUM
|
||||
default n
|
||||
config BUSYBOX_DEFAULT_SHA256SUM
|
||||
bool
|
||||
default n
|
||||
default y
|
||||
config BUSYBOX_DEFAULT_SHA512SUM
|
||||
bool
|
||||
default n
|
||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=busybox
|
||||
PKG_VERSION:=1.24.2
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
PKG_FLAGS:=essential
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user