applications: uhttpd: Add a uHTTPd configuration app
authorDaniel Dickinson <openwrt@daniel.thecshore.com>
Wed, 2 Dec 2015 05:25:30 +0000 (00:25 -0500)
committerDaniel Dickinson <openwrt@daniel.thecshore.com>
Tue, 15 Dec 2015 18:09:46 +0000 (13:09 -0500)
commitd83642c20519692c5d3883e23d01bb84a48dd85a
tree4eddfd64c6892ce81263cd1bf425f6469e28b88b
parent6509e007e29f438d74b01eb6e23a09f02775dd6c
applications: uhttpd: Add a uHTTPd configuration app

uHTTPd has a lot of useful options that ought to be configurable
without have to SSH in, so expose those options in a UI page.
applications/luci-app-uhttpd/Makefile [new file with mode: 0644]
applications/luci-app-uhttpd/luasrc/controller/uhttpd/uhttpd.lua [new file with mode: 0644]
applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua [new file with mode: 0644]