From 60e07ffec5d797ffae4417a8b8fc1854158e8faf Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Thu, 1 Feb 2018 15:12:58 +0100 Subject: netifd: add defaultreqopts config option By default udhcpc asks for a default list of options; the config option defaultreqopts allows to tweak this behavior. When set to 0 udhcpc will not ask for any options except for the options specified in the reqopts config option. Signed-off-by: Hans Dedecker --- package/network/config/netifd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/config/netifd/Makefile') diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index bb9ba2fea1..efa74805a3 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git -- cgit v1.2.3