荣丰宇 发表于 2015-11-16 10:05:46

【SOM9331】修改默认主题,主持中文,修改时区,修改主机名

修改默认主题修改feeds/luci/libs/web/root/etc/config
1option mediaurlbase/luci-static/openwrt.org
可根据需要将openwrt.org修改为Bootstap、openwrtcn、freifunk-bno、freifunk-generic
添加主题1.首先打开trunk/feeds/luci/themes这个目录,你会发现里面有很多主题(除了base为基础包外)每一个文件夹就是一个主题2.我们得修改makefile文件,使其制定编译的时候能找到openwrtcn这个主题找到路径为trunk/feeds/luci/contrib/package/luci下面的makefile文件双击打开搜索OpenWrt.org这样很快就定位到添加主题的地方了,在下面空白处增加一句效果如下
12345678910$(eval $(calltheme,base,Common base for all themes))$(eval $(calltheme,openwrt,OpenWrt.org ))$(eval $(calltheme,bootstrap,Bootstrap Theme))$(eval $(calltheme,openwrtcn,openwrtcn Theme (default),,,1))$(eval $(calltheme,freifunk-bno,Freifunk Berlin Nordost Theme,\Stefan Pirwitz<stefan-at-freifunk-bno-dot-de>))$(eval $(calltheme,freifunk-generic,Freifunk Generic Theme,\Manuel Munz<freifunk-at-somakoma-dot-de>))
保存退出即可。
默认中文,添加并默认主题修改feeds/luci/libs/web/root/etc/config
1option lang auto
改为
1option lang zh_cn
并添加
123config internal languagesoption en 'English'option zh_cn 'chinese'

修改主机名,设定时区
修改package/base-files/files/etc/config/system
123456789101112config systemoption conloglevel 8option cronloglevel 8option hostname Openwrtoption timezoneAsia/Shanghaioption timezone CST-8config timeserver ntplistserver 0.openwrt.pool.ntp.orglistserver 1.openwrt.pool.ntp.orglistserver 2.openwrt.pool.ntp.orglistserver 3.openwrt.pool.ntp.orgoption enable_server 0
option hostname Openwrt 设定主机名
option timezone Asia/Shanghai 时区设置为亚洲/上海
option timezone CST-8 正8区
list server 就是ntp服务器了。

魅影-2023106 发表于 2015-11-16 10:07:17

感谢楼主发帖這么好的教程

肽宰1 发表于 2015-11-16 10:11:36

多谢分享:lol:lol:lol
页: [1]
查看完整版本: 【SOM9331】修改默认主题,主持中文,修改时区,修改主机名