aboutsummaryrefslogtreecommitdiff
path: root/net/nut/Makefile
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2017-09-11 17:19:10 +0000
committerKarl Palsson <karlp@etactica.com>2017-09-11 17:19:10 +0000
commit66921d12264191d617922255e50162f9b00f80a8 (patch)
treee99287479a9b8ebb665baeb0340c36b66a9aee5e /net/nut/Makefile
parent1bf5e2b115794f3fef7a701c61462d9b4237e8c3 (diff)
net/nut: Fix typo is serial config option
Fixes: 5503dac80676 "Add back serial support" Reported-by: Znevna on irc Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Diffstat (limited to 'net/nut/Makefile')
-rw-r--r--net/nut/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nut/Makefile b/net/nut/Makefile
index dadf47d39..a7c3e7343 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 \