diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-08-18 15:06:56 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-08-18 15:09:06 +0200 |
commit | b91e58e606cc64539e637adc17127f81eccc9cbd (patch) | |
tree | 5ebe17d35861056fc985bb274ad48a1144302244 /package/utils/busybox/Makefile | |
parent | 31fada8beca63e1d786aa21d364afedf104f6573 (diff) | |
download | upstream-b91e58e606cc64539e637adc17127f81eccc9cbd.tar.gz upstream-b91e58e606cc64539e637adc17127f81eccc9cbd.tar.bz2 upstream-b91e58e606cc64539e637adc17127f81eccc9cbd.zip |
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>
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r-- | package/utils/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 36d02e2e91..5767e3699c 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -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 |