From fc5267f7309fa86e69406bdb02d68c57ce59f7dd Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 28 Nov 2023 15:10:57 +0100 Subject: [PATCH] udebug: add more entries for the default config Signed-off-by: Felix Fietkau --- package/libs/udebug/files/udebug.config | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.30.2