diff --git a/include/target.mk b/include/target.mk index 7b4cc2fb9f..af7d339d79 100644 --- a/include/target.mk +++ b/include/target.mk @@ -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:= diff --git a/package/lean/default-settings/Makefile b/package/lean/default-settings/Makefile index 8eba8913a5..37189a41dc 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_LANG_zh_Hans \ + DEPENDS:=+luci-lib-base +@LUCI_LANG_zh_Hans \ +bash endef diff --git a/package/ntlf9t/luci-app-clash/Makefile b/package/ntlf9t/luci-app-clash/Makefile index 14c85c776c..1b00d8ba9f 100644 --- a/package/ntlf9t/luci-app-clash/Makefile +++ b/package/ntlf9t/luci-app-clash/Makefile @@ -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