From 8ff6a83a541b114437eab170a0760c1c04263aa2 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Tue, 9 Oct 2018 22:01:05 -0400 Subject: [PATCH] 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 --- net/nut/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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