Skip to content
Snippets Groups Projects
Commit bb32d5c3 authored by Nils Schneider's avatar Nils Schneider
Browse files

gluon-autoupdater: depend on sha512sum

This makes gluon-autoupdater depend on coreutils-sha512sum when it's not
included in busybox.
parent b4ce3416
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/gluon-autoupdater
SECTION:=gluon
CATEGORY:=Gluon
DEPENDS:=+gluon-core +gluon-cron +ecdsautils
DEPENDS:=+gluon-core +gluon-cron +ecdsautils +!BUSYBOX_CONFIG_SHA512SUM:coreutils-sha512sum
TITLE:=Automatically update firmware
endef
......
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