Skip to content

v1.4.1 Proton2025 - Elegant Theme for LuCI

Latest

Choose a tag to compare

@ChesterGoodiny ChesterGoodiny released this 07 Sep 12:47
b45938e

Changes in version 1.4.1

Build

  • OpenWrt 25.12.5 package installation (PR #79 — author: @fildunsky)
    • Fixed package installation and update failure on OpenWrt snapshot 25.12.5 and later
    • OpenWrt snapshots added .ut template precompilation to bytecode (format 0x02), which created incompatible bytecode that could not be loaded by the runtime
    • The luci.mk from snapshot-SDK was adding a dependency on ucode (>=2026.02.27), but the bytecode format remained incompatible
    • Disabled template bytecode precompilation via build flag to ensure the package installs and updates correctly on all OpenWrt versions

Authors

Pull Requests

  • #79 — Fix 1.4.x install/update on OpenWrt snapshot 25.12.5

Installation

One command over root SSH. The script detects the package manager
(apk or opkg), picks the matching asset from this release,
installs it and switches LuCI over to the theme.

wget -qO- https://raw.githubusercontent.com/ChesterGoodiny/luci-theme-proton2025/main/install.sh | sh

Removal

wget -qO- https://raw.githubusercontent.com/ChesterGoodiny/luci-theme-proton2025/main/uninstall.sh | sh

To install by hand, take the exact file name from the assets below:
.apk if command -v apk prints a path, .ipk otherwise.