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>
This commit is contained in:
parent
39250c08db
commit
b72c739e9e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue