diff --git a/feeds.conf.default b/feeds.conf.default index da6c66562..3575926ff 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -1,5 +1,5 @@ src-git packages https://git.openwrt.org/feed/packages.git -src-git luci https://git.openwrt.org/project/luci.git +src-git luci https://git.openwrt.org/project/luci.git^d42ce28e20da67c4ee33af36777e821f8664f2e3 src-git routing https://git.openwrt.org/feed/routing.git src-git telephony https://git.openwrt.org/feed/telephony.git #src-git video https://github.com/openwrt/video.git diff --git a/package/lean/default-settings/Makefile b/package/lean/default-settings/Makefile index 8a1d0ab66..d2b8c12bd 100644 --- a/package/lean/default-settings/Makefile +++ b/package/lean/default-settings/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=default-settings PKG_VERSION:=1.0 -PKG_RELEASE:=39 +PKG_RELEASE:=40 PKG_LICENSE:=GPLv3 PKG_LICENSE_FILES:=LICENSE diff --git a/package/lean/default-settings/i18n/default.zh-cn.po b/package/lean/default-settings/i18n/default.zh-cn.po index f689bca08..101769069 100644 --- a/package/lean/default-settings/i18n/default.zh-cn.po +++ b/package/lean/default-settings/i18n/default.zh-cn.po @@ -30,3 +30,12 @@ msgstr "核心数" msgid "Thread" msgstr "线程数" + +msgid "Size of DNS query cache" +msgstr "DNS查询缓存条目" + +msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" +msgstr "最大10000, 0代表不缓存,默认为150" + + +