Browse Source

netifd: update to Git HEAD (2023-12-05)

02bc2e14d1d3 udebug: use helper code for ubus config handling
1b967334189b netifd: add netlink udebug ring
061e308f9f7d debug: remove newline from debug messages
f1763852dfba bridge: fix reload on bridge vlan changes
cc9e928f0a12 bridge: rework config change pvid handling

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 1 year ago
parent
commit
5fec4d6cd5

+ 2 - 0
package/libs/udebug/files/udebug.config

@@ -23,6 +23,8 @@ config service wpa_supplicant
 
 
 config service netifd
 config service netifd
 	option enabled 0
 	option enabled 0
+	option netifd_log 1
+	option netifd_nl 0
 
 
 config service umdns
 config service umdns
 	option enabled 0
 	option enabled 0

+ 3 - 3
package/network/config/netifd/Makefile

@@ -5,9 +5,9 @@ PKG_RELEASE:=1
 
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git
-PKG_SOURCE_DATE:=2023-11-20
-PKG_SOURCE_VERSION:=f3e06e81b347bbdec1c6c71603328b6e442728d4
-PKG_MIRROR_HASH:=f16dd61aede5597fd7b5ee8e7752a916494281bc981b35c16e788ddb7409584a
+PKG_SOURCE_DATE:=2023-12-05
+PKG_SOURCE_VERSION:=cc9e928f0a12f04c82356c02dd9a84ac6b383fb9
+PKG_MIRROR_HASH:=b5bcb3e1c1841559bf202d2dc67dde62dce3c880043166cc8b3a3f97ce004c2a
 PKG_MAINTAINER:=Felix Fietkau <[email protected]>
 PKG_MAINTAINER:=Felix Fietkau <[email protected]>
 
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE:=GPL-2.0