diff options
author | Ivan Shapovalov <intelfx@intelfx.name> | 2018-05-14 00:05:43 +0300 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-06-01 15:02:41 +0200 |
commit | 91b5b2e20d531584918c62a6c6cd046f0580f50a (patch) | |
tree | c0bf02a4987a27406eab48b3f6cb685125e419b6 /package/network/config/netifd/Makefile | |
parent | 0777a3e773ef61059d6aae91aae6006257cba5fa (diff) | |
download | upstream-91b5b2e20d531584918c62a6c6cd046f0580f50a.tar.gz upstream-91b5b2e20d531584918c62a6c6cd046f0580f50a.tar.bz2 upstream-91b5b2e20d531584918c62a6c6cd046f0580f50a.zip |
netifd: drop conflicting 'device' interface property
Do not set device runtime property on interfaces in the hotplug handler
and in fixup_interfaces(). This property conflicts with device option
in several proto handlers (mainly QMI and other WWAN/3G protos) and does
not seem to be used anywhere.
Signed-off-by: Ivan Shapovalov <intelfx@intelfx.name>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase]
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 874183507f..7e739ab6bc 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:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git |