summaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2023-11-20 19:16:45 +0100
committerFelix Fietkau <nbd@nbd.name>2023-11-20 19:18:06 +0100
commitcafb96185031f21412a10ef8f9125fa6da5fa731 (patch)
tree34fc4d49b52655ab6420f7835b6a35787af1f22f /package/libs
parent2634d3f855ee3ca97a311512c0717cf84a8e274a (diff)
downloadopenwrt-cafb96185031f21412a10ef8f9125fa6da5fa731.tar.gz
openwrt-cafb96185031f21412a10ef8f9125fa6da5fa731.tar.bz2
openwrt-cafb96185031f21412a10ef8f9125fa6da5fa731.zip
netifd: update to Git HEAD (2023-11-20), adds udebug support
9dcc37a77cb2 add udebug support 525fa911e8ab replace DPRINTF calls with D(...) 7642eaba3838 system-linux: fix bogus debug error messages on adding bridge members f3e06e81b347 wireless: add bridge_isolate option Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/udebug/files/udebug.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libs/udebug/files/udebug.config b/package/libs/udebug/files/udebug.config
index c240553c8a..36b653e306 100644
--- a/package/libs/udebug/files/udebug.config
+++ b/package/libs/udebug/files/udebug.config
@@ -1,4 +1,8 @@
config service hostapd
option enabled 0
+
config service wpa_supplicant
option enabled 0
+
+config service netifd
+ option enabled 0