From c87a18b3c0c384d1d6325fe72c66b272235b092e Mon Sep 17 00:00:00 2001 From: Stefan Mavrodiev Date: Tue, 30 Jan 2018 09:33:23 +0200 Subject: [PATCH] Fix typo --- config/sources/sun7i.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/sun7i.conf b/config/sources/sun7i.conf index 15dc9d51e4..f1f340e362 100644 --- a/config/sources/sun7i.conf +++ b/config/sources/sun7i.conf @@ -40,7 +40,7 @@ family_tweaks_s() echo "ttyGS0" >> $SDCARD/etc/securetty # Enable bluetooth - chroot $SDCARD /bin/bash -c "systemctl --no-reload enable olimex-bluetooth.service >/dev/null 2>&1" + chroot $SDCARD /bin/bash -c "systemctl --no-reload enable olinuxino-bluetooth.service >/dev/null 2>&1" fi }