Re: [OpenWrt-Devel] [PATCH] bluez-utils build failure

2011-12-14 Thread Nico
Applied in r29523 Thanks, -- -{Nico} ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] bluez-utils build failure

2011-12-01 Thread Maxim Osipov
Hello, The following patcha fixes bluez-utils build (installation) failure: Index: utils/bluez-utils/Makefile === --- utils/bluez-utils/Makefile (revision 29374) +++ utils/bluez-utils/Makefile (working copy) @@ -62,8 +62,8 @@

Re: [OpenWrt-Devel] [PATCH] bluez-utils: enable passkey-agent

2009-10-29 Thread Dan Brown
Since my previous message, I have learned that another way to provide a PIN to a device is to create a pincodes file here (where 00.11.22.33.44.55 is the address of the bluetooth adapter): /var/lib/bluetooth/00:11:22:33:44:55/pincodes with a line for each device specifying the device address and PI

[OpenWrt-Devel] [PATCH] bluez-utils: enable passkey-agent

2009-10-29 Thread Dan Brown
problem: There is currently no program included with bluez-utils which can provide a PIN code to a bluetooth device. This is an issue for devices like a "handsfree" mic/speaker combination that have limited input and display capabilities. (Although it is NOT an issue for cell phone type devices tha

[OpenWrt-Devel] [PATCH] bluez-utils update

2008-04-28 Thread michu
remove the useless passkey-agent tool - this is just a working example for coders without any use. Signed-off-by: Michael Vogt Index: bluez-utils/Makefile === --- bluez-utils/Makefile (revision 10911) +++ bluez-utils/Makefile (wor

Re: [OpenWrt-Devel] [PATCH] bluez-utils

2008-01-21 Thread Jan Willies
[EMAIL PROTECTED] wrote: > perhaps i could split the package up and remove the hciconfig binary to > a seperate package - the binary is 100k uncompressed and the bluez util > would shrink to 210kb. what do you think? I've blue-{libs,utils}-3.20 patches laying around for some time and noticed the

Re: [OpenWrt-Devel] [PATCH] bluez-utils

2008-01-21 Thread michu
hey again i've cleaned up the bluez-util make file. the size of the ipk file is still arround 250kb. about the --disable-all parameter, i guess this will leave bluez utils rather useless, as i think sdpd, hcid is needed. perhaps i could split the package up and remove the hciconfig binary

Re: [OpenWrt-Devel] [PATCH] bluez-utils

2008-01-17 Thread michu
hey andy according to the bluez web site the 2.x driver series are out of date: The 2.x series of libraries and packages is officially deprecated and also unsupported. The download link is only provided for reference. i'm really not an bluetooth expert, but as far as i know those parts are n

Re: [OpenWrt-Devel] [PATCH] bluez-utils

2008-01-17 Thread Andy Boyett
I've fixed the dbus ticket and committed all the bluez updates in my local repo, but I'm reluctant to commit the entire set of changes to the OpenWrt svn as the size of the bluez-utils package is jumping from ~140k to ~250k. I've been playing with the configure opts and can drop the size down t

[OpenWrt-Devel] [PATCH] bluez-utils

2008-01-16 Thread michu
update the bluez-utils to 3.24. this package depends on dbus. there is an open ticked about dbus (#2562) which needs to be fixed, else bluez-utils will NOT work. tested with an usb bluetooth stick and nokia 6110 slide on brcm47xx-2.6. Signed-off-by: Michael Vogt --- Index: package/utils/b