summaryrefslogtreecommitdiff
path: root/packages/bluez/files
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-04-26 19:38:43 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-04-26 19:38:43 +0000
commitf0af9803c7e9de57df0489cf1bcc2a27bc350622 (patch)
tree0d518309a4ff195e14a1e107c2a7eff4b1fcd65e /packages/bluez/files
parent38f841ae9054dc14ff3533bdc6ffc6e933f6d14b (diff)
bluez: dropped OpenZaurus config
Diffstat (limited to 'packages/bluez/files')
-rw-r--r--packages/bluez/files/openzaurus/.mtn2git_empty0
-rw-r--r--packages/bluez/files/openzaurus/bluetooth.default37
2 files changed, 0 insertions, 37 deletions
diff --git a/packages/bluez/files/openzaurus/.mtn2git_empty b/packages/bluez/files/openzaurus/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/bluez/files/openzaurus/.mtn2git_empty
+++ /dev/null
diff --git a/packages/bluez/files/openzaurus/bluetooth.default b/packages/bluez/files/openzaurus/bluetooth.default
deleted file mode 100644
index e63ab137cc..0000000000
--- a/packages/bluez/files/openzaurus/bluetooth.default
+++ /dev/null
@@ -1,37 +0,0 @@
-# Bluetooth configuraton file
-
-# Start of hcid (allowed values are "true" and "false")
-HCID_ENABLE=true
-
-# Config file for hcid
-HCID_CONFIG="/etc/bluetooth/hcid.conf"
-
-# Start sdpd (allowed values are "true" and "false")
-SDPD_ENABLE=true
-
-# Start hidd (allowed values are "true" and "false")
-HIDD_ENABLE=false
-
-# Arguments to hidd
-HIDD_OPTIONS=""
-
-# Run hid2hci (allowed values are "true" and "false")
-HID2HCI_ENABLE=true
-
-# Bind rfcomm devices (allowed values are "true" and "false")
-RFCOMM_ENABLE=true
-
-# Config file for rfcomm
-RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"
-
-# Start dund (allowed values are "true" and "false")
-DUND_ENABLE=false
-
-# Arguments to dund
-DUND_OPTIONS="--listen --persist"
-
-# Start pand (allowed values are "true" and "false")
-PAND_ENABLE=false
-
-# Arguments to pand
-PAND_OPTIONS="--listen --role NAP"