From: Daniel F. Dickinson Date: Wed, 10 Oct 2018 02:01:05 +0000 (-0400) Subject: nut: Build serial drivers by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8ff6a83a541b114437eab170a0760c1c04263aa2;p=feed%2Fpackages.git 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 --- diff --git a/net/nut/Config.in b/net/nut/Config.in index b7f403b782..cd2f43ec76 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