luci-app-xlnetacc: luci-compat (#7159)

* luci-app-xlnetacc: 删除非必要依赖luci-compat

当前源码采用旧版luci,luci-compat此兼容包只配合新版luci使用

* default-settings: 删除非必要依赖luci-compat
This commit is contained in:
dansir 2021-06-25 12:40:43 +08:00 committed by GitHub
parent 39fc6395fd
commit 0d655dc5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 <sensec@gmail.com>
endef