[openwrt/openwrt] netifd: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Wed May 26 00:32:18 PDT 2021


rmilecki pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/e78ef584313805e01707dbca379431f0394fd81a

commit e78ef584313805e01707dbca379431f0394fd81a
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue May 18 12:52:31 2021 +0200

    netifd: update to the latest version
    
    02dd2f2df7cb fix unannotated fall-through warnings
    3052f2f67686 extdev: remove unused function
    2a97fd006c3b device: add support for configuring devices with external auth handler
    87e469be0c08 wireless: fix memory corruption bug when using vlans/station entries in the config
    7277764bf817 bridge: rename "ifname" attribute to "ports"
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
    (cherry picked from commit 829b5c2ba32f5ec821eab6762deecdf3522470a9)
---
 package/network/config/netifd/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index 7d916b6939..7a05abb651 100644
--- a/package/network/config/netifd/Makefile
+++ b/package/network/config/netifd/Makefile
@@ -1,13 +1,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=netifd
-PKG_RELEASE:=3
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git
-PKG_SOURCE_DATE:=2021-04-03
-PKG_SOURCE_VERSION:=327da9895327bc56b23413ee91a6e6b6e0e4329d
-PKG_MIRROR_HASH:=b6b005686aeb45948299113c71f6b806ece794db361594b23e03953c9c830af6
+PKG_SOURCE_DATE:=2021-05-18
+PKG_SOURCE_VERSION:=7277764bf8173d6961acbacfe31757c9195329e1
+PKG_MIRROR_HASH:=bf3549594dccda31bb9da831823b931ba7cb85e1a60ec6432ed6c09f3ea54510
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list