From 1187e5fe5003cd67d0d4b81ce263cfd2beaa9a28 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sun, 16 Feb 2020 21:19:33 +0800 Subject: [PATCH] luci-app-233ddns: add missing dependency --- package/ctcgfw/luci-app-233ddns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ctcgfw/luci-app-233ddns/Makefile b/package/ctcgfw/luci-app-233ddns/Makefile index 8945baf908..ee67da2006 100644 --- a/package/ctcgfw/luci-app-233ddns/Makefile +++ b/package/ctcgfw/luci-app-233ddns/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=luci-app-233ddns PKG_VERSION:=1.0 PKG_RELEASE:=1 LUCI_TITLE:=LuCI support for 233DDNS -LUCI_DEPENDS:=+busybox +curl +LUCI_DEPENDS:=+busybox +coreutils-sha512sum +curl LUCI_PKGARCH:=all PKG_MAINTAINER:=[CTCGFW]Project-OpenWrt