coolsnowwolf / lede

Lean's LEDE source
Other
29.85k stars 19.53k forks source link

求助如何修改最新编译的默认主题 #12562

Closed psonys closed 3 weeks ago

psonys commented 3 weeks ago

详细叙述

拉取最新的进行编译,但是默认主题无法通过修改feeds/luci/collections/luci/Makefile进行修改了 现在文件内 LUCI_TITLE:=LuCI interface with Uhttpd as Webserver (default) LUCI_DESCRIPTION:=Standard OpenWrt set including package management and attended sysupgrades support LUCI_DEPENDS:= \ +luci-compat \ +luci-light \ +luci-app-opkg 不知道修改哪个了

重复 issue

具体型号

X86

详细日志

之前的是 LUCI_TITLE:=Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme LUCI_DEPENDS:= \ +uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-design \ +luci-app-firewall +luci-proto-ppp +libiwinfo-lua \ +rpcd-mod-rrdns

suanfalalala commented 3 weeks ago

同问我也想知道

mcusee commented 3 weeks ago

同问

lphgor commented 3 weeks ago

luci-light里面 https://github.com/coolsnowwolf/luci/blob/3c6a9fd719cfdb8319d4c650c2ca7821a6c6bc19/collections/luci-light/Makefile#L19

psonys commented 3 weeks ago

我编译完成后试试看修改

psonys commented 3 weeks ago

已测试,可以使用