LuCI - OpenWrt Configuration Interface
 
 
 
 
 
 
Go to file
Chen Minqiang 29aad47121 luci-mod-system: refine flash reset
We determine flash reset capability by checking overlayfs in /proc/mounts

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2019-10-07 23:37:35 +08:00
.circleci
applications luci-app-advanced-reboot: import applyreboot template from luci-mod-system 2019-10-07 11:53:39 +02:00
build
collections
contrib/package
documentation
libs luci-lib-ip: support specifying source address in route() 2019-08-06 15:19:50 +02:00
modules luci-mod-system: refine flash reset 2019-10-07 23:37:35 +08:00
protocols luci-proto-wireguard: fix preshared key validation 2019-09-17 08:28:45 +02:00
themes luci-theme-openwrt: fix scrolling issue in syslog 2019-09-24 08:15:08 +02:00
.buildpath
.cproject
.gitignore
.project
CONTRIBUTING.md
LICENSE
NOTICE
README.md
luci.mk

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

API Reference

You can browse the generated API documentation directly on Github.

Development

Documentation for developing and extending LuCI can be found in the Wiki

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.