projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bf5e2b
)
net/nut: Fix typo is serial config option
author
Karl Palsson
<karlp@etactica.com>
Mon, 11 Sep 2017 17:19:10 +0000
(17:19 +0000)
committer
Karl 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
patch
|
blob
|
history
diff --git
a/net/nut/Makefile
b/net/nut/Makefile
index dadf47d39fac3d292d1dd59d12fe72e7bdc83c59..a7c3e7343ae042064257bb944bfeaa22cb7a5cae 100644
(file)
--- 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_SER
I
AL),with,without)-serial \
--without-neon \
--without-powerman \
--without-wrap \