aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/odhcpd/Makefile
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2017-09-01 11:22:11 +0000
committerHans Dedecker <dedeckeh@gmail.com>2017-10-02 18:51:17 +0200
commit783465d783b17a66b37e6dd7db732244e30e6913 (patch)
treea78981816ab61b541bcae677b218bd0983d29f43 /package/network/services/odhcpd/Makefile
parentc92c1894a53e034661bd4790328ca2ae764581e2 (diff)
downloadupstream-783465d783b17a66b37e6dd7db732244e30e6913.tar.gz
upstream-783465d783b17a66b37e6dd7db732244e30e6913.tar.bz2
upstream-783465d783b17a66b37e6dd7db732244e30e6913.zip
odhcpd: don't enable server mode on non-static lan port
Instead of blindly enabling the odhcpd v6 server and RA server on the lan port, only do that if the lan port protocol is "static" This prevents the unhelpful case of a device being a dhcpv4 client and v6 server on the same ethernet port. Signed-off-by: Karl Palsson <karlp@etactica.com> [PKG_SOURCE_DATE increase; odhcpd.defaults script cleanup] Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/services/odhcpd/Makefile')
-rw-r--r--package/network/services/odhcpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index ba8d9fd079..5ba9e7c7eb 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcpd
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/odhcpd.git