diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-07-13 07:57:26 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-07-13 07:58:18 +0200 |
commit | 1236cbe30cec8e3e8246237005140596f8611ce9 (patch) | |
tree | e465073f7441fee9d57af5eb63832ef55961b242 | |
parent | 8f7e6db23045b9b4831d10c5bdf29d514a3753c9 (diff) | |
download | upstream-1236cbe30cec8e3e8246237005140596f8611ce9.tar.gz upstream-1236cbe30cec8e3e8246237005140596f8611ce9.tar.bz2 upstream-1236cbe30cec8e3e8246237005140596f8611ce9.zip |
netifd: update to the latest version
f12b073c0cc3 wireless: add some comments to functions
b0d090688302 bridge: fix setting pvid for updated vlans
ff3764ce28e0 device: move hotplug handling logic from system-linux.c to device.c
16bff892f415 ubus: add a dummy mode ubus call to simulate hotplug events
7f30b02013f2 examples: make dummy wireless vif names shorter
013a1171e9b0 device: do not treat devices with non-digit characters after . as vlan devices
f037b082923a wireless: handle WDS per-sta devices
db0fa24e1c17 bridge: fix enabling hotplug-added VLANs on the bridge port
4e92ea74273f bridge: bring up pre-existing vlans on hotplug as well
1f283c654aeb bridge: fix hotplug vlan overwrite on big-endian systems
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | package/network/config/netifd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index fb0e470995..ebc601fa4a 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:=2021-06-04 -PKG_SOURCE_VERSION:=50381d0a2998f6c0fc4823f0c2aa4206063d549e -PKG_MIRROR_HASH:=2718df3d3538c93ac77accf55716fb341741df3d231aac59e04dd1f80f558889 +PKG_SOURCE_DATE:=2021-07-13 +PKG_SOURCE_VERSION:=1f283c654aeb1f8983e0a81b7a81cc4784fffe3f +PKG_MIRROR_HASH:=a65bb00f376eec5006c6efa1bc3298687054c3936de9c61997496969c93f9ccc PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 |