Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.13 KB

RosyWrt luci feed

Description

NOTE: This is the RosyWrt "luci"-feed based on LuCI. And it was merged upstream now. Try the luci-theme-rosy if your luci version is openwrt-18.06 branch.

Usage

[Generally]

This feed is enabled by default. Your feeds.conf.default (or feeds.conf) should contain a line like:

src-git luci https://github.com/rosywrt/luci.git

To install all its package definitions, run:

./scripts/feeds update luci
./scripts/feeds install -a -p luci

[Openwrt-18.06 only]

Make your feeds.conf.default file like this if your bsp is openwrt-18.06 branch.

src-git rosy https://github.com/rosywrt/luci-theme-rosy.git;openwrt-18.06

Contact

License

See LICENSE file.

References