net/nut: Build optional separate packages and ucify
authorDaniel Dickinson <lede@cshore.thecshore.com>
Wed, 11 Jan 2017 23:53:58 +0000 (18:53 -0500)
committerDaniel Dickinson <lede@cshore.thecshore.com>
Wed, 11 Jan 2017 23:53:58 +0000 (18:53 -0500)
commita23c4e85c5f6c9f9dcf67743b93c492ba833e365
treed8a58a5893d6769984c34f9c2b90a5b44fd289f7
parent80f93e5513fd7ed172a74a3852bddc5fc5c3acf6
net/nut: Build optional separate packages and ucify

With a LuCI app (of which I have one written) ucification makes
sense (and is in fact needed), so ucify the initscripts.

Also, rather than making selection of things to include an image
a matter of selecting compile-time config options, make optional
things into seperate packages that are built in default builds,
and leave selection of what to include or not up to the user
(e.g. using ImageBuilder, or adding packages via opkg).

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
net/nut/Config.in
net/nut/Makefile
net/nut/files/nut-cgi.init [new file with mode: 0755]
net/nut/files/nut-monitor.init
net/nut/files/nut-sched.default [new file with mode: 0644]
net/nut/files/nut-server.init
net/nut/files/nut_cgi [new file with mode: 0644]
net/nut/files/nut_monitor [new file with mode: 0644]
net/nut/files/nut_server [new file with mode: 0644]
utils/collectd/Makefile