LuCI - OpenWrt Configuration Interface
Find a file
Matthias Schiffer 7bd68db7d7 modules/base: ltn12: source.file() should terminate when an empty chunk is read
The read method of nixio's file and socket objects both return an empty string
when they reach EOF, not nil, causing the consumer to loop endlessly as
source.file() never terminates.

As there is no other situation in which an empty chunk is read, just change it
to nil to terminate the consumer's loop.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-11-17 14:35:24 +01:00
applications Merge pull request #249 from openwrt-es/luci-next 2014-11-14 17:17:57 +01:00
build build: rewrite mkversion.sh to use git metadata (#239) 2014-11-01 09:53:02 +01:00
contrib contrib: move luci-app-ocserv to luci-addons, fix recusrive deps 2014-11-04 11:23:43 +01:00
i18n i18n: add packaging for swedish language support 2014-04-27 20:30:59 +00:00
libs httpclient: fix logic error for redirects 2014-10-16 12:22:49 +02:00
modules modules/base: ltn12: source.file() should terminate when an empty chunk is read 2014-11-17 14:35:24 +01:00
po luci-app-ddns: Update to support ddns-scripts 2.1.0-1 2014-11-09 18:37:15 +01:00
protocols openconnect proto: added missing makefile 2014-10-29 23:28:36 +01:00
themes Update cascade.css 2014-10-13 17:26:23 +09: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
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.