diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-01-31 12:58:53 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-02-01 15:19:30 +0100 |
commit | cc7a005c1a8b050447a6c67c18a1681f25800b34 (patch) | |
tree | 045abd5576fbeadc5eba54933f0e9733b926f63e /package/network/ipv6/odhcp6c/Makefile | |
parent | 3f7908d697bb04f82dfd68a86391efc94d5a7aec (diff) | |
download | upstream-cc7a005c1a8b050447a6c67c18a1681f25800b34.tar.gz upstream-cc7a005c1a8b050447a6c67c18a1681f25800b34.tar.bz2 upstream-cc7a005c1a8b050447a6c67c18a1681f25800b34.zip |
odhcp6c: add defaultreqopts config option
By default odhcp6c asks for a default list of options; the config option
defaultreqopts allows to tweak this behavior.
When set to 0 odhcp6c will not ask for any options except for the options
specified in the reqopts config option.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.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 891e8d9013..674d12fc6e 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:=5 +PKG_RELEASE:=6 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcp6c.git |