Skip to content

xiaoqingfengATGH/luci-theme-infinityfreedom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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