summaryrefslogtreecommitdiff
path: root/openwrt/package/bluez-utils/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-07 11:57:20 +0000
commitd58a09110ccfa95f06c983fe796806f2e035c9d2 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/package/bluez-utils/patches
parentaf034797eeb62b62ac05442d5a688b28ccd0f16b (diff)
downloadmtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.zip
mtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.gz
mtk-20170518-d58a09110ccfa95f06c983fe796806f2e035c9d2.tar.bz2
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
SVN-Revision: 4944
Diffstat (limited to 'openwrt/package/bluez-utils/patches')
-rw-r--r--openwrt/package/bluez-utils/patches/001-include_limits.patch22
-rw-r--r--openwrt/package/bluez-utils/patches/002-hcid_pin_helper.patch21
2 files changed, 0 insertions, 43 deletions
diff --git a/openwrt/package/bluez-utils/patches/001-include_limits.patch b/openwrt/package/bluez-utils/patches/001-include_limits.patch
deleted file mode 100644
index 6f6cb82..0000000
--- a/openwrt/package/bluez-utils/patches/001-include_limits.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -ur bluez-utils-2.17.orig/hidd/sdp.c bluez-utils-2.17/hidd/sdp.c
---- bluez-utils-2.17.orig/hidd/sdp.c 2005-05-09 20:33:24.000000000 +0200
-+++ bluez-utils-2.17/hidd/sdp.c 2005-07-26 14:38:13.000000000 +0200
-@@ -39,6 +39,7 @@
- #include <string.h>
- #include <sys/stat.h>
- #include <sys/socket.h>
-+#include <linux/limits.h>
-
- #include <bluetooth/bluetooth.h>
- #include <bluetooth/l2cap.h>
-diff -ur bluez-utils-2.17.orig/tools/hciconfig.c bluez-utils-2.17/tools/hciconfig.c
---- bluez-utils-2.17.orig/tools/hciconfig.c 2005-05-09 20:33:24.000000000 +0200
-+++ bluez-utils-2.17/tools/hciconfig.c 2005-07-26 14:34:29.000000000 +0200
-@@ -40,6 +40,7 @@
- #include <getopt.h>
- #include <sys/ioctl.h>
- #include <sys/socket.h>
-+#include <linux/limits.h>
-
- #include <bluetooth/bluetooth.h>
- #include <bluetooth/hci.h>
diff --git a/openwrt/package/bluez-utils/patches/002-hcid_pin_helper.patch b/openwrt/package/bluez-utils/patches/002-hcid_pin_helper.patch
deleted file mode 100644
index 17a7f36..0000000
--- a/openwrt/package/bluez-utils/patches/002-hcid_pin_helper.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ur bluez-utils-2.17.orig/hcid/hcid.conf bluez-utils-2.17/hcid/hcid.conf
---- bluez-utils-2.17.orig/hcid/hcid.conf 2004-12-25 19:06:00.000000000 +0100
-+++ bluez-utils-2.17/hcid/hcid.conf 2005-07-26 14:44:23.000000000 +0200
-@@ -23,7 +23,7 @@
- pairing multi;
-
- # PIN helper
-- pin_helper /usr/bin/bluepin;
-+ pin_helper /etc/bluetooth/givepin;
-
- # D-Bus PIN helper
- #dbus_pin_helper;
-@@ -34,7 +34,7 @@
- # Local device name
- # %d - device id
- # %h - host name
-- name "BlueZ (%d)";
-+ name "OpenWRT";
-
- # Local device class
- class 0x3e0100;