LuCI - OpenWrt Configuration Interface
 
 
 
 
 
 
Go to file
Daniel Dickinson 829467b627 luci-base: Add function for shell single-quote parameter escaping
When using os.execute or luci.sys.call the shell is called with the
command line which means that standard shell interpretation of strings
occurs.  To allow to use these commands more easily we add functions
for properly escaping single-quoted strings used on the command line
2015-12-02 02:19:02 -05:00
applications luci-app-openvpn: add route_nopull (#560) 2015-11-30 07:58:34 +01:00
build
collections
contrib/package freifunk-common: neigh.sh - show hostnames 2015-11-20 20:46:55 +01:00
documentation luci-base: fix uci documentation issue (#538) 2015-11-16 12:37:23 +01:00
libs
modules luci-base: Add function for shell single-quote parameter escaping 2015-12-02 02:19:02 -05:00
protocols luci-proto-ppp: add support for pppossh 2015-11-03 17:07:45 +08:00
themes Merge pull request #522 from LuttyYang/master 2015-10-24 09:33:42 +03:00
.buildpath
.cproject
.gitignore
.project
CONTRIBUTING.md
LICENSE
NOTICE
README.md Add link to API reference 2015-10-27 13:24:09 +01:00
THANKYOU
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.

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.