From 66921d12264191d617922255e50162f9b00f80a8 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 11 Sep 2017 17:19:10 +0000 Subject: [PATCH] net/nut: Fix typo is serial config option Fixes: 5503dac80676 "Add back serial support" Reported-by: Znevna on irc Signed-off-by: Karl Palsson --- net/nut/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nut/Makefile b/net/nut/Makefile index dadf47d39f..a7c3e7343a 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -500,7 +500,7 @@ CONFIGURE_ARGS += \ --$(if $(CONFIG_NUT_DRIVER_USB),with,without)-usb \ --without-avahi \ --$(if $(CONFIG_NUT_DRIVER_SNMP),with,without)-snmp \ - --$(if $(CONFIG_NUT_DRIVER_SERAL),with,without)-serial \ + --$(if $(CONFIG_NUT_DRIVER_SERIAL),with,without)-serial \ --without-neon \ --without-powerman \ --without-wrap \