LuCI - OpenWrt Configuration Interface
 
 
 
 
 
 
Go to file
Karl Palsson 8084babf18 luci.utils.contains: update documentation to match reality
Signed-off-by: Karl Palsson <karlp@remake.is>
2015-09-01 16:33:41 +02:00
applications Merge pull request #393 from nmav/no-group-match 2015-08-31 11:20:29 +03:00
build
collections collections/luci: depend on luci-proto-ipv6 if IPV6 is enabled 2015-05-06 16:00:33 +02:00
contrib contrib/community-profiles: add hameln 2015-07-30 16:44:44 +02:00
doc Add generated documentation to repository 2015-09-01 12:19:44 +02:00
documentation Fix markup in Template reference 2015-06-16 10:21:47 +02:00
libs luci-lib-jsonc: Fix memory leak in stringify() 2015-08-31 19:53:51 +02:00
modules luci.utils.contains: update documentation to match reality 2015-09-01 16:33:41 +02:00
protocols IPv6 updates 2015-05-17 17:06:43 +02:00
themes
.buildpath
.cproject
.gitignore
.project
CONTRIBUTING.md
LICENSE
Makefile
NOTICE
README.md Remove ancient INSTALL file and update README.me 2015-08-28 18:38:41 +03:00
THANKYOU
luci.mk luci.mk: don't builtin translations selected by CONFIG_ALL 2015-05-05 10:32:15 +02:00

README.md

OpenWrt luci feed

Description

This is the OpenWrt "luci"-feed containing LuCI - OpenWrt Configuration Interface.

Usage

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

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

To install all its package definitions, run:

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

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.