Explorar o código

gluon-autoupdater: depend on sha512sum

This makes gluon-autoupdater depend on coreutils-sha512sum when it's not
included in busybox.
Nils Schneider %!s(int64=10) %!d(string=hai) anos
pai
achega
bb32d5c3a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/gluon-autoupdater/Makefile

+ 1 - 1
package/gluon-autoupdater/Makefile

@@ -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