From 452a37727c59515bf264f83081f76d3f78cab1d2 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Fri, 4 Jun 2010 23:44:13 +0200 Subject: [PATCH] sudoers: 50_openpandora: Added Bluetooth script (otherwise it can't disable BT properly) --- recipes/pandora-system/pandora-sudoers.bb | 2 +- recipes/pandora-system/pandora-sudoers/50_openpandora | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-sudoers.bb b/recipes/pandora-system/pandora-sudoers.bb index e7029c2..5f711a7 100644 --- a/recipes/pandora-system/pandora-sudoers.bb +++ b/recipes/pandora-system/pandora-sudoers.bb @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "sudo" -PR = "r4" +PR = "r5" SRC_URI = " \ file://50_openpandora \ diff --git a/recipes/pandora-system/pandora-sudoers/50_openpandora b/recipes/pandora-system/pandora-sudoers/50_openpandora index 415cadd..4557371 100755 --- a/recipes/pandora-system/pandora-sudoers/50_openpandora +++ b/recipes/pandora-system/pandora-sudoers/50_openpandora @@ -20,3 +20,4 @@ %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_wifi.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_lcdsettings.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_nubmode.sh +%wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_bluetooth.sh -- 2.39.5