Selaa lähdekoodia

gluon-autoupdater: depend on sha512sum

This makes gluon-autoupdater depend on coreutils-sha512sum when it's not
included in busybox.
Nils Schneider 10 vuotta sitten
vanhempi
commit
bb32d5c3a9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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