From 2b772a92fb2c0fa35469f3c4f3c56bbf1e33fa00 Mon Sep 17 00:00:00 2001 From: ElonH Date: Thu, 23 Apr 2020 18:03:52 +0800 Subject: [PATCH] baidupcs-web: add architecture dependence --- package/ctcgfw/baidupcs-web/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/ctcgfw/baidupcs-web/Makefile b/package/ctcgfw/baidupcs-web/Makefile index e938bcc68a..1d719379a5 100644 --- a/package/ctcgfw/baidupcs-web/Makefile +++ b/package/ctcgfw/baidupcs-web/Makefile @@ -19,6 +19,7 @@ define Package/$(PKG_NAME) CATEGORY:=Network TITLE:=BaiduPCS-Web is a web controller for BaiduPCS-Go URL:=https://github.com/liuzhuoling2011/baidupcs-web + DEPENDS:=@(aarch64||arm||i386||mips||mipsel||x86_64) endef