diff options
| author | Felix Fietkau | 2023-11-28 14:10:57 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2023-11-30 18:20:44 +0000 |
| commit | fc5267f7309fa86e69406bdb02d68c57ce59f7dd (patch) | |
| tree | 95cac40c8250aea15c5f26eac58e44607d22aaf5 | |
| parent | 38eeefd060f70d917a68e82e0dede078446d6d64 (diff) | |
| download | hauke-fc5267f7309fa86e69406bdb02d68c57ce59f7dd.tar.gz | |
udebug: add more entries for the default config
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -rw-r--r-- | package/libs/udebug/files/udebug.config | 12 |
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 |