Re: [OpenWrt-Devel] Basic Package/Feed Workflow

2014-01-29 Thread Mangas Fox
From: Moritz WarningMoritz Warning Reply: OpenWrt Development List openwrt-devel@lists.openwrt.org Date: January 28, 2014 at 12:40:31 AM To: openwrt-devel@lists.openwrt.org openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] Basic Package/Feed Workflow -BEGIN PGP SIGNED MESSAGE-

Re: [OpenWrt-Devel] b53: leaking packets for a second during initialization?

2014-01-29 Thread Florian Fainelli
2014-01-29 Rafał Miłecki : > 2014-01-28 Jonas Gorski : >> On Tue, Jan 28, 2014 at 8:41 PM, Rafał Miłecki wrote: >>> 2014-01-21 Rafał Miłecki : I believe I'm observing packets leaking between WAN and LAN ports during OpenWrt booting process. That happens on devices with bgmac, but it

[OpenWrt-Devel] procd log output

2014-01-29 Thread etienne . champetier
Hi, Is it possible to log stdout/stderr of process lauched with procd? Is it in the todo list? For exemple i would like to log ntpd outputs. Thanks in advance Etienne ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.

Re: [OpenWrt-Devel] Android connectivity issues - MyNet n600

2014-01-29 Thread Chirag Chhatriwala
> > I'm not sure how the issue got fixed with the non-android devices because > they were doing the same thing on the 2.4ghz radio before a recent patch > but I was hoping that this could have a similar fix. > > > If I may add a tidbit (and just as camden, I'm no expert either)... That being said,

[OpenWrt-Devel] ubox, logd, log_size

2014-01-29 Thread etienne . champetier
Hi, I see that there was a recent attempt to reintroduce the possibility to set the size of the log buffer http://nbd.name/gitweb.cgi?p=luci2/ubox.git;a=commit;h=dee0eafbf7de74b45f90631b7c807395e0a0bc4b https://dev.openwrt.org/changeset/39333 http://nbd.name/gitweb.cgi?p=luci2/ubox.git;a=commit;h

Re: [OpenWrt-Devel] [PATCH] [packages] upgrade baresip and libre/librem

2014-01-29 Thread Jiří Šlachta
libre and librem patch applied in 10a7de705f16e942a577d7664c5c59b232b0f9b9! Also, I've updated baresip to 0.4.10. Thank you! Jiri Dne 9. 1. 2014 0:34, Alfred E. Heggestad napsal(a): > upgrade baresip and libre/librem to latest version. > > note: 2 git patches attached, for [packages] and [telep

[OpenWrt-Devel] [PATCH 3/3] brcm47xx: new patch adding arch workarounds.c

2014-01-29 Thread Rafał Miłecki
It was recently sent to linux-mips for comments. It adds workaround for WNR3500L to enable USB port. Signed-off-by: Rafał Miłecki --- ...X-Add-new-file-for-device-specific-workar.patch | 80 ++ ...se-fixed-PHY-device-if-we-do-not-find-any.patch | 4 +- .../brcm47xx/patches-3

[OpenWrt-Devel] [PATCH 2/3] brcm47xx: use upstream patch removing WGT634U code

2014-01-29 Thread Rafał Miłecki
It does the same, it just reorders things Signed-off-by: Rafał Miłecki --- .../127-MIPS-BCM47XX-Drop-WGT634U-hacks.patch | 212 + .../brcm47xx/patches-3.10/400-arch-bcm47xx.patch | 3 +- .../patches-3.10/812-disable_wgt634u_crap.patch| 184 -- 3 f

[OpenWrt-Devel] [PATCH 1/3] brcm47xx: move OpenWrt arch patches a bit further

2014-01-29 Thread Rafał Miłecki
This allows picking more upstreamed stuff Signed-off-by: Rafał Miłecki --- ...X-add-button-and-led-configuration-for-so.patch | 133 - ...X-add-detection-and-GPIO-config-for-Sieme.patch | 89 -- ...CM47XX-add-Belkin-F7D-board-detection.patch | 77 ---

Re: [OpenWrt-Devel] [PATCH] hostapd: fix basic_rate list format

2014-01-29 Thread Helmut Schaa
On Wed, Jan 29, 2014 at 2:33 PM, Daniel wrote: > hostapd expects basic_rates list to be space separated and in > 100kbit/s units. Yep, I had a similar patch in my local tree. Thanks for fixing! > --- > package/network/services/hostapd/files/netifd.sh | 6 ++ > 1 file changed, 2 insertions(+

Re: [OpenWrt-Devel] [PATCH] [packages] alpine: fix build on Archlinux

2014-01-29 Thread Jo-Philipp Wich
Applied in r39423 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] [packages] alpine: fix build on Archlinux

2014-01-29 Thread Dirk Neukirchen
alpine adds a wrong path during configure (-L/usr/lib) this leads to build fail on Archlinux ... checking for setupterm in -lncurses... no ... "configure: error: Terminfo/termcap not found" since Debian uses a different path for "host libs" it fails to load wrong libs and finds the right ncurses

Re: [OpenWrt-Devel] [PATCH v6] Add sysfixtime init script, replacement of luci_fixtime

2014-01-29 Thread Jo-Philipp Wich
Applied in r39422 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 0/3] fix lldp and push it to 0.7.7

2014-01-29 Thread Jo-Philipp Wich
Applied in r39419, r39420 and r39420 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] packages: libdaemon: prevent an erroneous error message

2014-01-29 Thread Jo-Philipp Wich
Applied in r39418 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] cmus: fix configure checks against host files

2014-01-29 Thread Jo-Philipp Wich
Applied in r39417 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] mxml: Update package source URL

2014-01-29 Thread Jo-Philipp Wich
Applied in r39416 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] cups: Update package source URL

2014-01-29 Thread Jo-Philipp Wich
Applied in r39415 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] shadow: add missing build dependency

2014-01-29 Thread Jo-Philipp Wich
Applied in r39414 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCHv2 1/4] [rpcd] fix whitespaces

2014-01-29 Thread Jo-Philipp Wich
Applied in ec21f653b936b54e4d788d77bfce18634255adb7 till 4cc6a9deb8eb65c8771ed56ae9fc950f3efa99c6. Thanks Luka. ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.op

[OpenWrt-Devel] [PATCHv2 3/4] [rpcd] file: when writing a file make sure it's contents are stored

2014-01-29 Thread Luka Perkov
Fixes problems with ubi(fs). Signed-off-by: Luka Perkov --- file.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/file.c b/file.c index 8eef2b5..f9c65a2 100644 --- a/file.c +++ b/file.c @@ -214,8 +214,14 @@ rpc_file_write(struct ubus_context *ctx, struct ubus_object

[OpenWrt-Devel] [PATCHv2 1/4] [rpcd] fix whitespaces

2014-01-29 Thread Luka Perkov
Signed-off-by: Luka Perkov --- file.c| 6 +++--- include/rpcd/plugin.h | 4 ++-- iwinfo.c | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/file.c b/file.c index 57e0894..d22add5 100644 --- a/file.c +++ b/file.c @@ -87,7 +87,7 @@ enum { }; s

[OpenWrt-Devel] [PATCHv2 4/4] [rpcd] fix segmentation fault when plugins are loaded

2014-01-29 Thread Luka Perkov
Function rpc_plugin_register_library() is modifying the struct's contents in list_add() call. That said, the rpc_plugin struct should not be defined as const. This caused segmentation fault when built on up-to-date Arch Linux. Signed-off-by: Luka Perkov --- file.c | 2 +- iwinfo.c | 2 +- 2 fi

[OpenWrt-Devel] [PATCHv2 2/4] [rpcd] file: create a file on write if it does not exist

2014-01-29 Thread Luka Perkov
Signed-off-by: Luka Perkov --- file.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/file.c b/file.c index d22add5..8eef2b5 100644 --- a/file.c +++ b/file.c @@ -203,17 +203,15 @@ rpc_file_write(struct ubus_context *ctx, struct ubus_object *obj, s

Re: [OpenWrt-Devel] Android connectivity issues - MyNet n600

2014-01-29 Thread omggo
Thanks, I just tried running hostapd in debug mode but the output looks normal, it just shows that the device has connected successfully. I will try tcpdump as soon as I can and post the results here. I'm not sure how the issue got fixed with the non-android devices because they were doing the sam

Re: [OpenWrt-Devel] [luci] initial timestamp of luci_fixtime in admin-core

2014-01-29 Thread etienne . champetier
Hi, I've recently send a patch to replace luci_fixtime http://patchwork.openwrt.org/patch/4682/ still waiting for it to be commited (or for comments) - Mail original - > De: "Stefan Sydow" > À: l...@lists.subsignal.org > Envoyé: Mercredi 29 Janvier 2014 12:36:44 > Objet: [luci] initial

Re: [OpenWrt-Devel] b53: leaking packets for a second during initialization?

2014-01-29 Thread Rafał Miłecki
2014-01-28 Jonas Gorski : > On Tue, Jan 28, 2014 at 8:41 PM, Rafał Miłecki wrote: >> 2014-01-21 Rafał Miłecki : >>> I believe I'm observing packets leaking between WAN and LAN ports >>> during OpenWrt booting process. That happens on devices with bgmac, >>> but it seems to be related to the b53. >

Re: [OpenWrt-Devel] [PATCH]: Backporting of NAND support to mvebu

2014-01-29 Thread Luka Perkov
Hi Seif, On Tue, Jan 28, 2014 at 04:37:23PM -0800, Seif Mazareeb wrote: > Please find the follow repository: > https://github.com/mazareeb/openwrt/commits/master > > This repository adds 5 patches that mainly aim to back port the recently > added NAND support to mainline to openwrt. > On the way