Browse Source

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>
lilik-openwrt-22.03
Daniel F. Dickinson 6 years ago
parent
commit
8ff6a83a54
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/nut/Config.in

+ 1
- 1
net/nut/Config.in View File

@ -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

Loading…
Cancel
Save