aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2019-10-31 11:30:11 +0100
committerDaniel Golle <daniel@makrotopia.org>2019-11-12 11:51:36 +0100
commit155ede4f1fdb192b11f8ae2dbffda5f7ef4903bd (patch)
treec01349a6cc420167d5ad030f95c1d1790387fe27 /package/network/config/netifd
parent6589de9af79f58175e4af22a98122e62896aba8a (diff)
downloadupstream-155ede4f1fdb192b11f8ae2dbffda5f7ef4903bd.tar.gz
upstream-155ede4f1fdb192b11f8ae2dbffda5f7ef4903bd.tar.bz2
upstream-155ede4f1fdb192b11f8ae2dbffda5f7ef4903bd.zip
netifd: add dynamic wireless reconfiguration
7a723d0 wireless: add ubus method for reloading configuration e15147c wireless: make reconf opt-in and allow serializing configuration Set new option 'reconf' in 'wifi-device' section to enable dynamic re-configuration on that radio. If necessary, also set option 'serialize' which forced netifd to configure interfaces of wireless devices one-by-one. Both options are disabled by default. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/network/config/netifd')
-rw-r--r--package/network/config/netifd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index 31640c80cd..875628f66a 100644
--- a/package/network/config/netifd/Makefile
+++ b/package/network/config/netifd/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git
-PKG_SOURCE_DATE:=2019-08-05
-PKG_SOURCE_VERSION:=5e02f94411b06f192fb2a7d9be9abde3549153a8
-PKG_MIRROR_HASH:=96e158584c605e96aceb3ce7e8ad8faa8e774ffd67d59558b2d6c2ff49d0f1a5
+PKG_SOURCE_DATE:=2019-11-12
+PKG_SOURCE_VERSION:=e15147c272201eb17320c10ec95919e641bd03c5
+PKG_MIRROR_HASH:=af830967d3d9f20d8d3c01b1931e501e075984043e38c23ac649faced34e896a
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=GPL-2.0