Browse Source

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>
lilik-openwrt-22.03
Karl Palsson 7 years ago
parent
commit
66921d1226
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/nut/Makefile

+ 1
- 1
net/nut/Makefile 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 \


Loading…
Cancel
Save