A theme for HomeLede and Openwrt.
Go to file
2024-07-31 17:44:12 +08:00
luci-theme-infinityfreedom-ng Adjust network interface badge style in dropbear config page 2024-07-31 17:44:12 +08:00
screenshots Next Generation version 1.0 release 2024-07-11 14:00:31 +08:00
.gitignore Adjust style for cbi-apply state 2024-07-17 20:27:55 +08:00
LICENSE Initial commit 2020-04-18 22:02:34 +08:00
README-zh_cn.md bump to 1.5-20240727 2024-07-27 18:20:30 +08:00
README.md bump to 1.5-20240727 2024-07-27 18:20:30 +08:00

luci-theme-infinityfreedom-ng (Next Generation)

中文说明

license PRs Welcome Issue Welcome Release Version Release Count Contact Me

InfinityFreedom-NG is a Luci theme customized for Homelede firmware, based on HTML5, CSS3, responsive layout, suitable for PC, Pad, and mobile devices.

Copyright 2024 Eric xiaoqingfengatgm@gmail.com

This theme can also be used in other distributions of OpenWrt and is currently compatible with Luci18.

For information on HomeLede firmware please see: https://github.com/xiaoqingfengATGH/HomeLede

Adding InfinityFreedom to your own LEDE/OpenWRT Build

Edit your feeds.conf.default and add the following to it:

src-git infinityfreedomng https://github.com/xiaoqingfengATGH/luci-theme-infinityfreedom.git

Update your build environment and install the package:

$ scripts/feeds update infinityfreedomng
$ scripts/feeds install luci-theme-infinityfreedom-ng
$ make menuconfig

Go to LuCI -> Themes, select luci-infinityfreedom-ng, exit, save and build as usual.

You can also compile the the theme without compile the whole firmware, make sure you are in the firmware's root build path, and then execute:

make package/feeds/infinityfreedomng/luci-theme-infinityfreedom-ng/compile V=s

After the command finish , you can find the ipkg in the path below (if you are not build a x86_64 firmware, change the path accordingly)

<your_firmware_build_root>/bin/packages/x86_64/infinityfreedomng

Enable the Theme

  • Go to System -> System -> Language and Style
  • Choose 'infinityfreedomNG' in the Design selectbox

ScreenShots