Skip to content

Commit

Permalink
disable ap6275 bluetooth on mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Sep 17, 2023
1 parent 7521911 commit 624f89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ for type in $target; do

# Disable ap6275p bluetooth service on mainline
if [[ ${MAINLINE} == "Y" ]]; then
chroot ${chroot_dir} /bin/bash -c "systemctl enable ap6275p-bluetooth"
chroot ${chroot_dir} /bin/bash -c "systemctl disable ap6275p-bluetooth"
fi

# Install the bootloader
Expand Down

0 comments on commit 624f89b

Please sign in to comment.