diff options
author | pacien <pacien.trangirard@pacien.net> | 2018-09-06 15:56:17 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-09-08 21:46:07 +0200 |
commit | 9e319b7ae268bc4546da0d42b95d700646b55f47 (patch) | |
tree | 935f87d306af06101d713f5cb95037cfca110311 /package/network/ipv6/odhcp6c/Makefile | |
parent | 55bbd8293c9f6e8f8814e0788df4ee9fb3671a09 (diff) | |
download | upstream-9e319b7ae268bc4546da0d42b95d700646b55f47.tar.gz upstream-9e319b7ae268bc4546da0d42b95d700646b55f47.tar.bz2 upstream-9e319b7ae268bc4546da0d42b95d700646b55f47.zip |
odhcp6c: add client fqdn and reconfigure options
Allowing DHCPV6_CLIENT_FQDN and DHCPV6_ACCEPT_RECONFIGURE to be turned off.
Defaulting to false, former behavior remains unchanged.
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase]
(cherry picked from commit ef01c1d308d1cb200fc14ab49f0d3d0a07e1a9fe)
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 7f5f745fb8..c9a893b57b 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:=14 +PKG_RELEASE:=14.1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcp6c.git |