mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
luci-app-xlnetacc: luci-compat (#7159)
* luci-app-xlnetacc: 删除非必要依赖luci-compat 当前源码采用旧版luci,luci-compat此兼容包只配合新版luci使用 * default-settings: 删除非必要依赖luci-compat
This commit is contained in:
parent
39fc6395fd
commit
0d655dc5c1
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user