diff options
author | Mark Mentovai <mark@mentovai.com> | 2022-11-11 11:41:37 -0500 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-03-14 22:47:34 +0100 |
commit | 8dea8bde2a392a0c75eaf4886508566251fc2bd1 (patch) | |
tree | 29d83496529ba766b4573e9aeec67215cfdad193 /package/network/ipv6/odhcp6c/Makefile | |
parent | 7b7edd25a571568438c886529d3443054e02f55f (diff) | |
download | upstream-8dea8bde2a392a0c75eaf4886508566251fc2bd1.tar.gz upstream-8dea8bde2a392a0c75eaf4886508566251fc2bd1.tar.bz2 upstream-8dea8bde2a392a0c75eaf4886508566251fc2bd1.zip |
odhcp6c: add "verbose" option
odhcp6c logs messages related to its activity when invoked with -v, but
there is no way to configure this from within OpenWrt. This adds a UCI
option to turn on odhcp6c logging, disabled by default. To enable, set,
for example, network.wan6.verbose = 1.
Signed-off-by: Mark Mentovai <mark@mentovai.com>
Diffstat (limited to 'package/network/ipv6/odhcp6c/Makefile')
-rw-r--r-- | package/network/ipv6/odhcp6c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index 505aa56e41..7ad3a1cfcd 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_RELEASE:=19 +PKG_RELEASE:=20 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcp6c.git |