From 132db8d1a7211a8ada4e7123a453624055d2fcb3 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Mon, 1 Apr 2024 18:44:51 +0700 Subject: [PATCH] services: fix enable/disable bluetooth (fix typo) --- features.in/services/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features.in/services/config.mk b/features.in/services/config.mk index 98f9c71d..7bd85b35 100644 --- a/features.in/services/config.mk +++ b/features.in/services/config.mk @@ -25,9 +25,9 @@ use/services/lvm2-disable: use/services @$(call add,DEFAULT_SERVICES_DISABLE,lvm2-monitor) use/services/bluetooth-enable: use/services - @$(call add,DEFAULT_SERICES_ENABLE,bluetooth) + @$(call add,DEFAULT_SERVICES_ENABLE,bluetooth) @$(call add,SYSTEMD_USER_SERVICES_ENABLE,obex.service) use/services/bluetooth-disable: use/services - @$(call add,DEFAULT_SERICES_DISABLE,bluetooth) + @$(call add,DEFAULT_SERVICES_DISABLE,bluetooth) @$(call add,SYSTEMD_USER_SERVICES_DISABLE,obex.service)