From 0d655dc5c1cb19e96dc064ff55761c925a26d3f2 Mon Sep 17 00:00:00 2001 From: dansir <86155752+dansir118@users.noreply.github.com> Date: Fri, 25 Jun 2021 12:40:43 +0800 Subject: [PATCH] luci-app-xlnetacc: luci-compat (#7159) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * luci-app-xlnetacc: 删除非必要依赖luci-compat 当前源码采用旧版luci,luci-compat此兼容包只配合新版luci使用 * default-settings: 删除非必要依赖luci-compat --- package/lean/default-settings/Makefile | 2 +- package/lean/luci-app-xlnetacc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/default-settings/Makefile b/package/lean/default-settings/Makefile index 9034b8559..7ea552867 100644 --- a/package/lean/default-settings/Makefile +++ b/package/lean/default-settings/Makefile @@ -21,7 +21,7 @@ define Package/default-settings CATEGORY:=LuCI TITLE:=LuCI support for Default Settings PKGARCH:=all - DEPENDS:=+luci-base +luci +luci-compat +@LUCI_LANG_zh-cn + DEPENDS:=+luci-base +luci +@LUCI_LANG_zh-cn endef define Package/default-settings/description diff --git a/package/lean/luci-app-xlnetacc/Makefile b/package/lean/luci-app-xlnetacc/Makefile index bce22b956..34e85135d 100644 --- a/package/lean/luci-app-xlnetacc/Makefile +++ b/package/lean/luci-app-xlnetacc/Makefile @@ -12,7 +12,7 @@ define Package/$(PKG_NAME) SUBMENU:=3. Applications TITLE:=LuCI Support for XLNetAcc PKGARCH:=all - DEPENDS:=+jshn +curl +openssl-util +luci-compat + DEPENDS:=+jshn +curl +openssl-util MAINTAINER:=Sense endef