net/nut: Fix typo is serial config option

Fixes: 5503dac806 "Add back serial support"
Reported-by: Znevna on irc
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
This commit is contained in:
Karl Palsson 2017-09-11 17:19:10 +00:00
parent 1bf5e2b115
commit 66921d1226
1 changed files with 1 additions and 1 deletions

View 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 \