[OpenWrt-Devel] Bluetooth Low Energy support in OpenWRT

2014-03-18 Thread valent.turko...@gmail.com
Did anybody package updated version of bluetooth packages via this patch? http://patchwork.openwrt.org/patch/2746/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] [apex]: Change Source URL for Apex package

2014-03-18 Thread Riley Baird (Orthogonal)
As both of the PKG_SOURCE_URLs within the Apex Makefile appear to be no longer functional, this patch changes the source URL to the OpenWRT downloads page. Signed-off-by: Riley Baird diff --git a/package/boot/apex/Makefile b/package/boot/apex/Makefile index f17118e..0c7fee0 100644 --- a/package/

Re: [OpenWrt-Devel] ubus_invoke & interruptions

2014-03-18 Thread Karl Vogel
On Tue, Mar 18, 2014 at 4:06 PM, Felix Fietkau wrote: > > On 2014-03-17 16:49, Helmut Schaa wrote: > > On Mon, Mar 17, 2014 at 4:26 PM, Felix Fietkau wrote: > >> On 2014-03-17 09:18, Helmut Schaa wrote: > >>> just realized that using ubus_invoke can get interrupted by other > >>> uloop-events >

Re: [OpenWrt-Devel] [PATCH] [packages] ddns-scripts : Add new ddns service providers

2014-03-18 Thread Jonas Gorski
On Tue, Mar 18, 2014 at 6:15 PM, wrote: > Pls, Read section 8 of this page : > https://dev.openwrt.org/wiki/SubmittingPatches > > I resubmitted my patch because you did not send respond if it will be studied > or not. > Then, i thought that no one read it. This is the reason of my resubmission.

Re: [OpenWrt-Devel] [PATCH] [packages] ddns-scripts : Add new ddns service providers

2014-03-18 Thread billchan
Pls, Read section 8 of this page : https://dev.openwrt.org/wiki/SubmittingPatches I resubmitted my patch because you did not send respond if it will be studied or not. Then, i thought that no one read it. This is the reason of my resubmission. Thanks. Nabil - Mail original - De: "Jon

Re: [OpenWrt-Devel] [PATCH] [packages] ddns-scripts : Add new ddns service providers

2014-03-18 Thread Jonas Gorski
On Tue, Mar 18, 2014 at 4:17 PM, wrote: > Add new dyndns service providers in the file > packages/net/ddns-scripts/files/usr/lib/ddns/services > Those dyndns services are : dyndns.fr, dynamicdomain.net and dyndnspro.com > > Signed-off-by: Nabil Chaniour I will keep ignoring your patch as long

Re: [OpenWrt-Devel] [PATCH netifd] Allow setting the UCI config path on the command line

2014-03-18 Thread Matthias Schiffer
Ping? On 03/04/2014 06:37 PM, Matthias Schiffer wrote: > Add a -c switch which allows setting an alternative UCI path instead of using > the libuci default. > > Signed-off-by: Matthias Schiffer > --- > Hi, this is a little patch we cooked up during the development of our new > Freifunk firmware,

[OpenWrt-Devel] [PATCH] [packages] ddns-scripts : Add new ddns service providers

2014-03-18 Thread billchan
Add new dyndns service providers in the file packages/net/ddns-scripts/files/usr/lib/ddns/services Those dyndns services are : dyndns.fr, dynamicdomain.net and dyndnspro.com Signed-off-by: Nabil Chaniour --- Index: packages/net/ddns-scripts/files/usr/lib/ddns/services ==

Re: [OpenWrt-Devel] ubus_invoke & interruptions

2014-03-18 Thread Felix Fietkau
On 2014-03-17 16:49, Helmut Schaa wrote: > On Mon, Mar 17, 2014 at 4:26 PM, Felix Fietkau wrote: >> On 2014-03-17 09:18, Helmut Schaa wrote: >>> just realized that using ubus_invoke can get interrupted by other >>> uloop-events >>> happening while executing a ubus method. >>> >>> Is this intended

[OpenWrt-Devel] [PATCH 1/2] sunxi: init eth0 as lan instead wan

2014-03-18 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- .../sunxi/base-files/etc/uci-defaults/02_network |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/sunxi/base-files/etc/uci-defaults/02_network b/target/linux/sunxi/base-files/etc/uci-defaults/02_network index 48781e5..699

[OpenWrt-Devel] [PATCH 2/2] sunxi: set network for Cubieboard2

2014-03-18 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- .../sunxi/base-files/etc/uci-defaults/02_network |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/sunxi/base-files/etc/uci-defaults/02_network b/target/linux/sunxi/base-files/etc/uci-defaults/02_network index 6995477..f

Re: [OpenWrt-Devel] [aa-mac80211] b43: backport bcma_core_pci_up/down from 3.12

2014-03-18 Thread Tijs Van Buggenhout
On Tuesday 18 March 2014 10:46:44 Felix Fietkau wrote: > On 2014-03-18 10:39, Tijs Van Buggenhout wrote: > > On Friday 14 March 2014 21:25:04 Felix Fietkau wrote: > >> On 2014-03-14 21:09, Tijs Van Buggenhout wrote: > >> > commit bbb52f346786f5ba51a58b5dc01aba297301ddfe > >> > Author: Tijs Van Bugg

Re: [OpenWrt-Devel] [aa-mac80211] b43: backport bcma_core_pci_up/down from 3.12

2014-03-18 Thread Felix Fietkau
On 2014-03-18 10:39, Tijs Van Buggenhout wrote: > On Friday 14 March 2014 21:25:04 Felix Fietkau wrote: >> On 2014-03-14 21:09, Tijs Van Buggenhout wrote: >> > commit bbb52f346786f5ba51a58b5dc01aba297301ddfe >> > Author: Tijs Van Buggenhout >> > Date: Fri Mar 14 20:56:06 2014 +0100 >> > >> > Ba

Re: [OpenWrt-Devel] [aa-mac80211] b43: backport bcma_core_pci_up/down from 3.12

2014-03-18 Thread Tijs Van Buggenhout
On Friday 14 March 2014 21:25:04 Felix Fietkau wrote: > On 2014-03-14 21:09, Tijs Van Buggenhout wrote: > > commit bbb52f346786f5ba51a58b5dc01aba297301ddfe > > Author: Tijs Van Buggenhout > > Date: Fri Mar 14 20:56:06 2014 +0100 > > > > Backport bcma_core_pci_up/down from 3.12 > > > > Compilin

[OpenWrt-Devel] [PATCH] AR933x Serial Baud Rate

2014-03-18 Thread Alex Walker
What can I do so that this small but important change becomes part of trunk & Linux kernel trunk? 2014-02-28 18:56 GMT+01:00 Alex Walker : > Dear folks, > > I noticed that the bit timing of the UART in the WR703N / AR9331 > device is inaccurate and provide a patch to improve timing accuracy. > > I