diff options
author | Daniel Dickinson <lede@cshore.thecshore.com> | 2017-01-11 18:53:58 -0500 |
---|---|---|
committer | Daniel Dickinson <lede@cshore.thecshore.com> | 2017-01-11 18:53:58 -0500 |
commit | a23c4e85c5f6c9f9dcf67743b93c492ba833e365 (patch) | |
tree | d8a58a5893d6769984c34f9c2b90a5b44fd289f7 /net/nut/files/nut_cgi | |
parent | 80f93e5513fd7ed172a74a3852bddc5fc5c3acf6 (diff) |
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>
Diffstat (limited to 'net/nut/files/nut_cgi')
-rw-r--r-- | net/nut/files/nut_cgi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/nut/files/nut_cgi b/net/nut/files/nut_cgi new file mode 100644 index 000000000..9f0bed6fc --- /dev/null +++ b/net/nut/files/nut_cgi @@ -0,0 +1,6 @@ +#config host +# option upsname upsname +# option hostname localhost +# option port # optional port number +# option displayname "Display Name" + |