diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-02-24 16:52:38 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-02-27 13:36:46 +0100 |
commit | 3bd2e195ecdcf77482a983451067ad725771de4b (patch) | |
tree | 323822e7500fd89581a5d2a6fb285bde8e7eb004 /package/network/config/netifd/Makefile | |
parent | e9b58b22c100b29c8643e73127f580d24f4ed482 (diff) | |
download | upstream-3bd2e195ecdcf77482a983451067ad725771de4b.tar.gz upstream-3bd2e195ecdcf77482a983451067ad725771de4b.tar.bz2 upstream-3bd2e195ecdcf77482a983451067ad725771de4b.zip |
netifd: support DHCP sendopts as list options
Support config in the form of ....
add_list sendopts=router:10.10.10.2
add_list sendopts=nissrv:20.20.20.2
add_list sendopts=0x7D:abba
This allows to configure sendopts having white spaces as option value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/config/netifd/Makefile')
-rw-r--r-- | package/network/config/netifd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index d2210e7c2e..d62b60ad98 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:=3 +PKG_RELEASE:=4 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git |