package: refresh dependency due to upstream change
This commit is contained in:
parent
99d03f1381
commit
6c6f01de0c
@ -15,7 +15,7 @@ DEVICE_TYPE?=router
|
||||
# Default packages - the really basic set
|
||||
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd \
|
||||
coreutils kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw wget libustream-openssl ca-certificates \
|
||||
default-settings luci luci-base luci-compat luci-lib-fs luci-lib-ipkg luci-proto-relay \
|
||||
default-settings luci luci-lib-base luci-compat luci-lib-fs luci-lib-ipkg luci-proto-relay \
|
||||
luci-app-cpufreq luci-app-turboacc
|
||||
# For the basic set
|
||||
DEFAULT_PACKAGES.basic:=
|
||||
|
||||
@ -21,7 +21,7 @@ define Package/default-settings
|
||||
CATEGORY:=LuCI
|
||||
TITLE:=LuCI support for Default Settings
|
||||
PKGARCH:=all
|
||||
DEPENDS:=+luci-base +@LUCI_LANG_zh_Hans \
|
||||
DEPENDS:=+luci-lib-base +@LUCI_LANG_zh_Hans \
|
||||
+bash
|
||||
endef
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ define Package/$(PKG_NAME)
|
||||
CATEGORY:=LuCI
|
||||
SUBMENU:=3. Applications
|
||||
TITLE:=LuCI app for clash
|
||||
DEPENDS:=+luci-base +wget +iptables +coreutils-base64 +coreutils +coreutils-nohup +bash +ipset +libustream-openssl +curl +jsonfilter +ca-certificates +iptables-mod-tproxy +kmod-tun
|
||||
DEPENDS:=+luci-lib-base +wget +iptables +coreutils-base64 +coreutils +coreutils-nohup +bash +ipset +libustream-openssl +curl +jsonfilter +ca-certificates +iptables-mod-tproxy +kmod-tun
|
||||
PKGARCH:=all
|
||||
MAINTAINER:=frainzy1477
|
||||
endef
|
||||
|
||||
Loading…
Reference in New Issue
Block a user