aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-02-01 15:12:58 +0100
committerHans Dedecker <dedeckeh@gmail.com>2018-02-01 21:44:12 +0100
commit60e07ffec5d797ffae4417a8b8fc1854158e8faf (patch)
tree9e6029f66f8a8a50a61cf2c587f77e31efcf04df /package/network/config/netifd/Makefile
parentcc7a005c1a8b050447a6c67c18a1681f25800b34 (diff)
downloadupstream-60e07ffec5d797ffae4417a8b8fc1854158e8faf.tar.gz
upstream-60e07ffec5d797ffae4417a8b8fc1854158e8faf.tar.bz2
upstream-60e07ffec5d797ffae4417a8b8fc1854158e8faf.zip
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 <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/config/netifd/Makefile')
-rw-r--r--package/network/config/netifd/Makefile2
1 files changed, 1 insertions, 1 deletions
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