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 PKG_LICENSE:=GPL-2.0