From a23c4e85c5f6c9f9dcf67743b93c492ba833e365 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Wed, 11 Jan 2017 18:53:58 -0500 Subject: 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 --- net/nut/files/nut_cgi | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 net/nut/files/nut_cgi (limited to 'net/nut/files/nut_cgi') 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" + -- cgit v1.2.3