修改默认主题
修改feeds/luci/libs/web/root/etc/config
1 | option mediaurlbase /luci-static/openwrt.org |
可根据需要将openwrt.org修改为Bootstap、openwrtcn、freifunk-bno、freifunk-generic
添加主题
- 首先打开trunk/feeds/luci/themes这个目录,你会发现里面有很多主题(除了base为基础包外)每一个文件夹就是一个主题
- 我们得修改makefile文件,使其制定编译的时候能找到openwrtcn这个主题找到路径为trunk/feeds/luci/contrib/package/luci下面的makefile文件双击打开搜索OpenWrt.org这样很快就定位到添加主题的地方了,在下面空白处增加一句
1 | $(eval $(call theme,base,Common base for all themes)) |
保存退出即可。
默认中文,添加并默认主题
修改feeds/luci/libs/web/root/etc/config
1 | option lang auto |
改为
1 | option lang zh_cn |
并添加1
2
3config internal languages
option en 'English'
option zh_cn 'chinese'
修改主机名,设定时区
修改package/base-files/files/etc/config/system
1 | config system |
option hostname Openwrt 设定主机名
option timezone Asia/Shanghai 时区设置为亚洲/上海
option timezone CST-8 正8区
list server 就是ntp服务器了。