net/nut: Fix typo is serial config option
authorKarl Palsson <karlp@etactica.com>
Mon, 11 Sep 2017 17:19:10 +0000 (17:19 +0000)
committerKarl Palsson <karlp@etactica.com>
Mon, 11 Sep 2017 17:19:10 +0000 (17:19 +0000)
Fixes: 5503dac80676 "Add back serial support"
Reported-by: Znevna on irc
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
net/nut/Makefile

index dadf47d39fac3d292d1dd59d12fe72e7bdc83c59..a7c3e7343ae042064257bb944bfeaa22cb7a5cae 100644 (file)
@@ -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 \