Browse Source

conserver: enable IPv6 support

Signed-off-by: Bjørn Mork <bjorn@mork.no>
lilik-openwrt-22.03
Bjørn Mork 7 years ago
parent
commit
10151211e3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/conserver/Makefile

+ 1
- 0
net/conserver/Makefile View File

@ -55,6 +55,7 @@ endef
CONFIGURE_ARGS += \
--with-openssl \
$(if $(CONFIG_IPV6),--with-ipv6) \
--sysconfdir=/etc/conserver \
--with-port=3109 \
--with-logfile=/var/log/conserver/server.log


Loading…
Cancel
Save