aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2023-12-05 13:06:17 +0100
committerFelix Fietkau <nbd@nbd.name>2023-12-05 13:07:30 +0100
commit5fec4d6cd52a8848d13b29df1f8a679bd59b98e5 (patch)
tree6f4d7bae7d0d8550fa1b1ce24650800962329215 /package
parent129c7664641265496f4b4871f64ceec6f721d5e2 (diff)
downloadupstream-5fec4d6cd52a8848d13b29df1f8a679bd59b98e5.tar.gz
upstream-5fec4d6cd52a8848d13b29df1f8a679bd59b98e5.tar.bz2
upstream-5fec4d6cd52a8848d13b29df1f8a679bd59b98e5.zip
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 <nbd@nbd.name>
Diffstat (limited to 'package')
-rw-r--r--package/libs/udebug/files/udebug.config2
-rw-r--r--package/network/config/netifd/Makefile6
2 files changed, 5 insertions, 3 deletions
diff --git a/package/libs/udebug/files/udebug.config b/package/libs/udebug/files/udebug.config
index 21d1ecb18f2..68ddefe6cdf 100644
--- a/package/libs/udebug/files/udebug.config
+++ b/package/libs/udebug/files/udebug.config
@@ -23,6 +23,8 @@ config service wpa_supplicant
config service netifd
option enabled 0
+ option netifd_log 1
+ option netifd_nl 0
config service umdns
option enabled 0
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index ccd566e0a76..78d5117ae63 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:=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 <nbd@nbd.name>
PKG_LICENSE:=GPL-2.0