From: Karl Palsson Date: Mon, 11 Sep 2017 17:19:10 +0000 (+0000) Subject: net/nut: Fix typo is serial config option X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=66921d12264191d617922255e50162f9b00f80a8;p=openwrt-packages.git net/nut: Fix typo is serial config option Fixes: 5503dac80676 "Add back serial support" Reported-by: Znevna on irc Signed-off-by: Karl Palsson --- 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 \