<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/nut/Config.in, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-03-03T18:53:14Z</updated>
<entry>
<title>nut: add linting and fix whitespace and typos</title>
<updated>2026-03-03T18:53:14Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2026-01-11T10:36:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7eafd0ada63825d560b8ea6ef3dd9230926e5e57'/>
<id>urn:sha1:7eafd0ada63825d560b8ea6ef3dd9230926e5e57</id>
<content type='text'>
shellcheck is a useful linter if a bit pedantic and overzealous so
add overrides to silence false positives

Also, fix issues found by the linting.

* misspelling meant initscript could skip updating configuration in
  certain circumstances
* minor: assignment of the result of execution as the time of creating
  local. This has been separated.

Fix whitespace and comment typos
Fix typo in Config.in option text
* This is cosmetic, but user-facing (for users building via SDK or
  buildroot).

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>nut: Add the option to compile Nut NetXML drivers with the Nut package.</title>
<updated>2021-09-23T20:03:10Z</updated>
<author>
<name>Seb Belcher</name>
</author>
<published>2021-09-21T12:49:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ff68df2faa8eb537fcd587a46ff5d235b89ffa58'/>
<id>urn:sha1:ff68df2faa8eb537fcd587a46ff5d235b89ffa58</id>
<content type='text'>
Also modifies the nut-server init script to include options specific to the netxml driver.

Signed-off-by: Seb Belcher &lt;sdjbelcher@gmail.com&gt;
</content>
</entry>
<entry>
<title>nut: Build serial drivers by default</title>
<updated>2018-11-19T21:40:11Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2018-10-10T02:01:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8ff6a83a541b114437eab170a0760c1c04263aa2'/>
<id>urn:sha1:8ff6a83a541b114437eab170a0760c1c04263aa2</id>
<content type='text'>
Serial drivers don't add much to main NUT and appear to be common,
so make it possible for users to use NUT with serial UPS drivers without
a custom build.

Signed-off-by: Daniel F. Dickinson &lt;cshored@thecshore.com&gt;
</content>
</entry>
<entry>
<title>net/nut: Add back serial support</title>
<updated>2017-01-11T23:54:29Z</updated>
<author>
<name>Daniel Dickinson</name>
</author>
<published>2017-01-11T23:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5503dac80676b858f81855610170796247a86830'/>
<id>urn:sha1:5503dac80676b858f81855610170796247a86830</id>
<content type='text'>
It looks like serial support was accidentally dropped due to missing
pieces on Config.in and Makefile.  Add back serial support by fixing
that.

Signed-off-by: Daniel Dickinson &lt;lede@cshore.thecshore.com&gt;
</content>
</entry>
<entry>
<title>net/nut: Build optional separate packages and ucify</title>
<updated>2017-01-11T23:53:58Z</updated>
<author>
<name>Daniel Dickinson</name>
</author>
<published>2017-01-11T23:53:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a23c4e85c5f6c9f9dcf67743b93c492ba833e365'/>
<id>urn:sha1:a23c4e85c5f6c9f9dcf67743b93c492ba833e365</id>
<content type='text'>
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 &lt;lede@cshore.thecshore.com&gt;
</content>
</entry>
<entry>
<title>nut: add dev headers, nut-web-cgi and nut-avahi-service, bugfix</title>
<updated>2015-10-04T01:11:28Z</updated>
<author>
<name>Marty R</name>
</author>
<published>2015-10-04T01:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=064d84ab907c2a2abc1b2bfefdea294bf8fe993b'/>
<id>urn:sha1:064d84ab907c2a2abc1b2bfefdea294bf8fe993b</id>
<content type='text'>
Headers are required by collectd as mentioned in #1801. This is the nut portion based on dwmw2@d636841cd1d1dfab04cb509520c082738ddfb2ea
Happy to merge with 15.05 as per #1803.
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
[martin.p.rowe@gmail.com: condensed InstallDev lines]

Added package nut-web-cgi based on demorfi@7e340f47944ff4a9c49d3b1dc6c1d9d965cd344c. Closes #1614.
Pending signoff by @demorfi
[martin.p.rowe@gmail.com: simplified implementation, no changes to Config.in]

Added package nut-avahi-service similar to other implementations in #618
Bugfix to remove redundant NUT_DRIVER_SERIAL config
Bugfix to make UPSLOG config actually install (requires PKG_RELEASE bump)
Some code tidy-ups
Signed-off-by: Martin Rowe &lt;martin.p.rowe@gmail.com&gt;
</content>
</entry>
<entry>
<title>nut: New package for Network UPS Tools</title>
<updated>2014-10-16T04:30:25Z</updated>
<author>
<name>Marty R</name>
</author>
<published>2014-10-16T04:30:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d8258c35d5ca21f08beceadd365816353f5695b8'/>
<id>urn:sha1:d8258c35d5ca21f08beceadd365816353f5695b8</id>
<content type='text'>
An older version of nut is in oldpackages. This commit is based on that
package and bumps the version to the latest release along with unifying
the server and client packages. More build options are provided for any
custom configuration but the defaults provide a working client and
server install which only needs a UPS driver. Drivers still build as
individual packages to minimise bloat. SSL support has also been added.

Signed-off-by: Martin Rowe &lt;cyanidium@users.noreply.github.com&gt;
</content>
</entry>
</feed>
