summaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2023-11-28 15:10:57 +0100
committerFelix Fietkau <nbd@nbd.name>2023-11-30 19:20:44 +0100
commitfc5267f7309fa86e69406bdb02d68c57ce59f7dd (patch)
tree95cac40c8250aea15c5f26eac58e44607d22aaf5 /package/libs
parent38eeefd060f70d917a68e82e0dede078446d6d64 (diff)
downloadopenwrt-fc5267f7309fa86e69406bdb02d68c57ce59f7dd.tar.gz
openwrt-fc5267f7309fa86e69406bdb02d68c57ce59f7dd.tar.bz2
openwrt-fc5267f7309fa86e69406bdb02d68c57ce59f7dd.zip
udebug: add more entries for the default config
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/udebug/files/udebug.config12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libs/udebug/files/udebug.config b/package/libs/udebug/files/udebug.config
index 36b653e306..23d4281b52 100644
--- a/package/libs/udebug/files/udebug.config
+++ b/package/libs/udebug/files/udebug.config
@@ -1,3 +1,12 @@
+config service procd
+ option enabled 0
+
+config service log
+ option enabled 0
+ option debug 0
+ option kernel 1
+ option syslog 1
+
config service hostapd
option enabled 0
@@ -6,3 +15,6 @@ config service wpa_supplicant
config service netifd
option enabled 0
+
+config service umdns
+ option enabled 0