Browse Source

nut: Avoid building docs

Reduce compilation time and complexity by not building documentation
we don't use.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
lilik-openwrt-22.03
Daniel F. Dickinson 6 years ago
parent
commit
b72c739e9e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/nut/Makefile

+ 1
- 0
net/nut/Makefile View File

@ -526,6 +526,7 @@ CONFIGURE_ARGS += \
--without-avahi \
--$(if $(CONFIG_NUT_DRIVER_SNMP),with,without)-snmp \
--$(if $(CONFIG_NUT_DRIVER_SERIAL),with,without)-serial \
--without-doc \
--without-neon \
--without-powerman \
--without-wrap \


Loading…
Cancel
Save