net/nut: Add back serial support

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 <lede@cshore.thecshore.com>
This commit is contained in:
Daniel Dickinson
2017-01-11 18:54:29 -05:00
parent c1d26bacdf
commit 5503dac806
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -23,3 +23,10 @@
help
If you have a UPS you can connect to via SNMP, select this.
default n
config NUT_DRIVER_SERIAL
depends on PACKAGE_nut
bool "Build with suport for serial drivers"
help
If you have a UPS connected via serial cable, select this.
default n