LuCI - OpenWrt Configuration Interface
Find a file
Jo-Philipp Wich 1ce2d8f46a build: rework language dependencies
Rework the language package dependencies to avoid introducing unnecessary
depends. The luci-i18n-$app-$lang packages now depend on luci-$app.

 * When a language is selected as <*> then the language packs for each
   enabled LuCI module are built into the image
 * When a language is selected as <m> then the language packs for each
   enabled LuCI module are built as package
 * When CONFIG_ALL is set (e.g. release builds, snapshots) then all
   language packs are built

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10 23:36:26 +01:00
applications luci-app-ahcp: remove empty src directory 2015-01-09 13:23:34 +01:00
build build: remove remainders of old build system 2015-01-08 16:52:51 +01:00
collections Modified dependencies 2015-01-10 22:33:43 +01:00
contrib contrib: remove abandonned projects 2015-01-08 16:35:30 +01:00
libs luci-lib-px5g: add missing src Makefile and fix depends 2015-01-09 13:19:28 +01:00
modules Modified dependencies 2015-01-10 22:33:43 +01:00
protocols Rework LuCI build system 2015-01-08 16:26:20 +01:00
themes Remove obsolete ipkg directories 2015-01-08 16:31:40 +01:00
.buildpath * new project: ff-luci - Freifunk Lua Configuration Interface 2008-03-02 21:52:58 +00:00
.cproject More C-Functions (luci.cutil.instanceof, luci.cutil.pcdata) 2008-11-20 19:22:05 +00:00
.gitignore Added "apidocs" target to Makefile 2008-07-29 21:16:12 +00:00
.project LuCI Core C-Rewrite: First steps 2008-11-19 23:02:36 +00:00
CONTRIBUTING.md Add initial contribution guidelines 2014-10-10 15:32:27 +02:00
INSTALL HTTP is sufficient for plain checkouts, Schäuble could also do checkouts before by himself 2009-01-02 21:42:49 +00:00
LICENSE * new project: ff-luci - Freifunk Lua Configuration Interface 2008-03-02 21:52:58 +00:00
luci.mk build: rework language dependencies 2015-01-10 23:36:26 +01:00
Makefile build: introduce luci-base 2014-06-11 13:29:05 +00:00
NOTICE Add axTLS sourcecode 2009-02-22 23:19:25 +00:00
README.md Create README.md 2014-11-07 18:05:28 +03:00
THANKYOU * luci: replace all "OpenWRT" occurences with "OpenWrt" 2008-10-27 15:19:58 +00:00

OpenWrt luci feed

Description

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

Usage

This feed is enabled by default. 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.