OpenWrt(LEDE)修改默认皮肤
作者:互联网
-设置 argon 为默认主题
# 删除自定义源默认的 argon 主题 rm -rf package/lean/luci-theme-argon # 拉取 argon 原作者的源码 git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/lean/luci-theme-argon # 替换默认主题为 luci-theme-argon sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile
参考:
https://www.moewah.com/archives/4003.html
标签:lean,theme,默认,argon,LEDE,https,luci,OpenWrt 来源: https://www.cnblogs.com/wutou/p/16073646.html