update 2022-05-19 23:59:55
This commit is contained in:
parent
a85a889cef
commit
7c81527226
|
@ -14,7 +14,7 @@ PKG_VERSION:=0.3.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=2
|
||||||
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://fw.koolcenter.com/binary/ddnsto/
|
PKG_SOURCE_URL:=http://fw.koolcenter.com/binary/ddnsto/
|
||||||
PKG_HASH:=5ee25d204c3c67575a52730f4d4343bc0f0943ada1b7c5d6f7ab00d160b67066
|
PKG_HASH:=2f066540cad16e1ccdaad626937578bfb5c1a13479bd54f36373c479eb4b02d6
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
|
||||||
|
|
||||||
|
|
|
@ -77,9 +77,6 @@ return view.extend({
|
||||||
|
|
||||||
s.tab('firmware', _('Firmware Settings'));
|
s.tab('firmware', _('Firmware Settings'));
|
||||||
|
|
||||||
o = s.taboption('firmware', form.Flag, 'autoupgrade_pkg', _('Packages Auto Upgrade'),_('谨慎开启'));
|
|
||||||
o.rmempty = false;
|
|
||||||
|
|
||||||
o = s.taboption('firmware', form.Flag, 'autoupgrade_fm', _('Firmware Upgrade Notice'));
|
o = s.taboption('firmware', form.Flag, 'autoupgrade_fm', _('Firmware Upgrade Notice'));
|
||||||
o.default = o.enabled;
|
o.default = o.enabled;
|
||||||
|
|
||||||
|
|
|
@ -169,4 +169,4 @@ msgid "Used space"
|
||||||
msgstr "已用空间"
|
msgstr "已用空间"
|
||||||
|
|
||||||
msgid "Upgrade all…"
|
msgid "Upgrade all…"
|
||||||
msgstr "更新所有软件包"
|
msgstr "更新所有软件包 (谨慎)"
|
||||||
|
|
Loading…
Reference in New Issue