删除无用文件
This commit is contained in:
parent
783894d859
commit
499aeae0ac
|
@ -1,16 +0,0 @@
|
||||||
|
|
||||||
config system
|
|
||||||
option hostname 'OpenWrt'
|
|
||||||
option ttylogin '0'
|
|
||||||
option log_size '64'
|
|
||||||
option urandom_seed '0'
|
|
||||||
option timezone 'CST-8'
|
|
||||||
option zonename 'Asia/Shanghai'
|
|
||||||
|
|
||||||
config timeserver 'ntp'
|
|
||||||
option enabled '1'
|
|
||||||
option enable_server '1'
|
|
||||||
list server 'ntp1.aliyun.com'
|
|
||||||
list server 'time1.cloud.tencent.com'
|
|
||||||
list server 'time.ustc.edu.cn'
|
|
||||||
list server 'cn.pool.ntp.org'
|
|
|
@ -1,46 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Language: zh_CN\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
||||||
"Project-Id-Version: \n"
|
|
||||||
"POT-Creation-Date: \n"
|
|
||||||
"PO-Revision-Date: \n"
|
|
||||||
"Last-Translator: dingpengyu <dingpengyu06@gmail.com>\n"
|
|
||||||
"Language-Team: \n"
|
|
||||||
"X-Generator: Poedit 2.3.1\n"
|
|
||||||
|
|
||||||
msgid "Web Admin"
|
|
||||||
msgstr "Web 管理"
|
|
||||||
|
|
||||||
msgid "Web Admin Settings"
|
|
||||||
msgstr "Web 管理页面设置"
|
|
||||||
|
|
||||||
msgid "Web Admin Settings Page"
|
|
||||||
msgstr "设置更改 Web 管理页面端口,绑定地址,是否允许从互联网访问等"
|
|
||||||
|
|
||||||
msgid "HTTP listeners (address:port)"
|
|
||||||
msgstr "HTTP 监听器 (IP 地址:端口)"
|
|
||||||
|
|
||||||
msgid "Bind to specific interface:port (by specifying interface address"
|
|
||||||
msgstr "绑定到指定的 (IP 地址:端口)"
|
|
||||||
|
|
||||||
msgid "Redirect all HTTP to HTTPS"
|
|
||||||
msgstr "重定向 HTTP 到 HTTPS"
|
|
||||||
|
|
||||||
msgid "Redirect all HTTP to HTTPS when SSl cert was installed"
|
|
||||||
msgstr "当安装了 SSL 证书后,重定向 HTTP 到 HTTPS 管理页面"
|
|
||||||
|
|
||||||
msgid "Auto activate"
|
|
||||||
msgstr "自动激活局域网客户端"
|
|
||||||
|
|
||||||
msgid "configfile"
|
|
||||||
msgstr "配置文件"
|
|
||||||
|
|
||||||
msgid "Ignore private IPs on public interface"
|
|
||||||
msgstr "只允许内网访问"
|
|
||||||
|
|
||||||
msgid "Prevent access from private (RFC1918) IPs on an interface if it has an public IP address"
|
|
||||||
msgstr "拒绝从互联网访问 Web 管理页面"
|
|
|
@ -15,16 +15,12 @@ Diy_Core() {
|
||||||
|
|
||||||
Firmware-Diy() {
|
Firmware-Diy() {
|
||||||
Update_Makefile exfat package/kernel/exfat
|
Update_Makefile exfat package/kernel/exfat
|
||||||
Replace_File CustomFiles/webadmin.po package/lean/luci-app-webadmin/po/zh-cn
|
|
||||||
|
|
||||||
case ${TARGET_PROFILE} in
|
case ${TARGET_PROFILE} in
|
||||||
d-team_newifi-d2)
|
d-team_newifi-d2)
|
||||||
Replace_File CustomFiles/mac80211.sh package/kernel/mac80211/files/lib/wifi
|
Replace_File CustomFiles/mac80211.sh package/kernel/mac80211/files/lib/wifi
|
||||||
Replace_File CustomFiles/system_newifi-d2 package/base-files/files/etc/config system
|
Replace_File CustomFiles/system_d-team_newifi-d2 package/base-files/files/etc/config system
|
||||||
Replace_File CustomFiles/Patches/102-mt7621-fix-cpu-clk-add-clkdev.patch target/linux/ramips/patches-5.4
|
Replace_File CustomFiles/Patches/102-mt7621-fix-cpu-clk-add-clkdev.patch target/linux/ramips/patches-5.4
|
||||||
;;
|
;;
|
||||||
*)
|
|
||||||
Replace_File CustomFiles/system_common package/base-files/files/etc/config system
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue