diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2018-10-09 22:01:05 -0400 |
---|---|---|
committer | Daniel F. Dickinson <cshored@thecshore.com> | 2018-11-19 16:40:11 -0500 |
commit | 8ff6a83a541b114437eab170a0760c1c04263aa2 (patch) | |
tree | a789dba6412f0412216aca7458e8940ea3264575 /net/nut/Config.in | |
parent | 0a49d0ffbbe1081005a8307b0643b0048a217229 (diff) |
nut: Build serial drivers by default
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 <cshored@thecshore.com>
Diffstat (limited to 'net/nut/Config.in')
-rw-r--r-- | net/nut/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nut/Config.in b/net/nut/Config.in index b7f403b78..cd2f43ec7 100644 --- a/net/nut/Config.in +++ b/net/nut/Config.in @@ -29,4 +29,4 @@ bool "Build with suport for serial drivers" help If you have a UPS connected via serial cable, select this. - default n + default y |