Re: [OpenWrt-Devel] [PATCH] toolchain/uClibc: add support of uClibc-ng

2015-08-28 Thread Felix Fietkau
On 2015-08-28 01:34, Adam Kuklycz wrote: Fair enough. MUSL: -rw-r--r-- 1 adamk adamk 6700676 Aug 27 23:15 root.squashfs UCLIBC: -rw-r--r-- 1 adamk adamk 6601764 Aug 27 14:19 root.squashfs So about 100KB difference. Running Ubuntu 14.04.2 LTS x64 here. I guess what I am

Re: [OpenWrt-Devel] [PATCH] toolchain/uClibc: add support of uClibc-ng

2015-08-28 Thread Adam Kuklycz
Hi Felix Here is the output you requested. Let me know if there's anything else you'd like. adamk@Precision-M4500:~/ChaosCalmer-r46734$ ./scripts/diffconfig.sh CONFIG_TARGET_ar71xx=y CONFIG_TARGET_ar71xx_generic=y CONFIG_TARGET_ar71xx_generic_Default=y CONFIG_DEVEL=y CONFIG_TOOLCHAINOPTS=y

[OpenWrt-Devel] [PATCH 0/2] Avoid unnecessary libopenssl build dependencies

2015-08-28 Thread Matthias Schiffer
Hi, these two patches allow building OpenWrt in its default configuration without having to download and build libopenssl (which seems desirable as the OpenSSL download links break so often). Matthias Schiffer (2): opkg: work around unconditional libopenssl build dependency hostapd: work

[OpenWrt-Devel] [PATCH 2/2] hostapd: work around unconditional libopenssl build dependency

2015-08-28 Thread Matthias Schiffer
As the OpenWrt build system only resolves build dependencies per directory, all hostapd variants were causing libopenssl to be downloaded and built, not only wpad-mesh. Fix this by applying the same workaround as in ustream-ssl. Signed-off-by: Matthias Schiffer mschif...@universe-factory.net ---

[OpenWrt-Devel] [PATCH] target: ar71xx: add support for Comfast CF-E316N v2 board

2015-08-28 Thread Paul Fertser
This adds full support (sans sysupgrading from vendor firmware) for the COMFAST CF-E316N v2 (aka CF-E316V2, CF-E316N-V2 and CF-E316Nv2.0, no FCC ID) by Shenzhen Four Seas Global Link Network Technology Co., Ltd (this company is actively refusing to provide GPL'd sources for the OpenWrt version

Re: [OpenWrt-Devel] [PATCH] [package] firewall: Remove src_port from firewall.config to receive dhcpv6 replies

2015-08-28 Thread Anselm Eberhardt
From: Anselm Eberhardt a.eberha...@cygnusnetworks.de Remove src_port from firewall.config to receive dhcpv6 replies. Fixes #20295. Signed-off-by: Anselm Eberhardt a.eberha...@cygnusnetworks.de --- package/network/config/firewall/files/firewall.config | 1 - 1 file changed, 1 deletion(-) diff

[OpenWrt-Devel] [PATCH] [package] firewall: Remove src_port from firewall.config to receive dhcpv6 replies

2015-08-28 Thread Anselm Eberhardt
From: Anselm Eberhardt a.eberha...@cygnusnetworks.de Remove src_port from firewall.config to receive dhcpv6 replies. Fixes #20295. Signed-off-by: Anselm Eberhardt a.eberha...@cygnusnetworks.de --- package/network/config/firewall/files/firewall.config | 1 - 1 file changed, 1 deletion(-) diff

Re: [OpenWrt-Devel] [PATCH] ramips: Added WIZnet WizFi630A Platform based on Ralink RT5350

2015-08-28 Thread Piotr Dymacz
Hello Tobias, Thanks for all fixes, but I'm afraid that there are still some problems with new version of your patch (only cosmetic). Please, see my (this time just a few) comments inline, below. Cheers, Piotr 2015-08-27 19:39 GMT+02:00 Tobias Welz t...@wiznet.eu: This patch is to add the

Re: [OpenWrt-Devel] [PATCH] [package] firewall: Remove src_port from firewall.config to receive dhcpv6 replies

2015-08-28 Thread John Crispin
On 28/08/2015 12:35, Anselm Eberhardt wrote: From: Anselm Eberhardt a.eberha...@cygnusnetworks.de Remove src_port from firewall.config to receive dhcpv6 replies. Fixes #20295. Signed-off-by: Anselm Eberhardt a.eberha...@cygnusnetworks.de Hi, the patch is whitespace broken i am afraid.

[OpenWrt-Devel] [PATCH] ramips: Added WIZnet WizFi630A Platform based on Ralink RT5350

2015-08-28 Thread Tobias Welz
This patch is to add the WIZnet WizFi630A board as a new platform. The board is in mini pci express form factor. Signed-off-by: Tobias Welz t...@wiznet.eu --- .../linux/ramips/base-files/etc/board.d/02_network | 10 ++ target/linux/ramips/base-files/etc/diag.sh |3 +

[OpenWrt-Devel] [PATCH] extra configuration options for OpenVPN in init script

2015-08-28 Thread François Kooman
Hi Mirko, To accompany my patch to the OpenVPN configuration module for luci [0] to support some extra fields here also the change to the OpenVPN init script. It adds the following fields: tls_version_min tls_version_max key_direction They are needed to support eduVPN [1]. The change here is

[OpenWrt-Devel] Mailling list issues?

2015-08-28 Thread Daniel Dickinson
Hi all, Is there an issue with the mailing list? I sent a patch series (actually accidentally twice because the abort failed when I tried to cancel the first with no cover letter), but I haven't seen the mails on the list. Is my mail out there or what's the story? Regards, Daniel

Re: [OpenWrt-Devel] [CC 15.05-rc3] mwan3: Update

2015-08-28 Thread Adam Kuklycz
Hi there, I didn't see this fix come into the main CC trunk? The package does generate these annoying messages in the syslog whenever a user is on the overview page on the router: Sat Aug 29 11:45:26 2015 daemon.err uhttpd[2507]: uci: Entry not found Sat Aug 29 11:45:31 2015 daemon.err

[OpenWrt-Devel] Registering an ubus namespace using Lua

2015-08-28 Thread Ronaldo Afonso
Hi all, Can anyone provide me with an example of registering an ubus namespace using Lua? Thanks in advance. -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Registering an ubus namespace using Lua

2015-08-28 Thread Ronaldo Afonso
Thanks Jonh 2015-08-28 16:12 GMT-03:00 John Crispin blo...@openwrt.org: Hi, have a look here please -- http://git.openwrt.org/?p=project/ubus.git;a=tree;f=lua; John On 28/08/2015 21:09, Ronaldo Afonso wrote: Hi all, Can anyone provide me with an example of registering

[OpenWrt-Devel] [PATCH] build: fixes feeds with Makefile in root directory (#20392)

2015-08-28 Thread Ryan Lindeman
This patch addresses an error caused by adding feeds that contain a Makefile in the root directory. The error is typically shown as follows: .../info/.files-packageinfo.mk:1: * target pattern contains no `%'. Stop. OR .../info/.files-targetinfo.mk:1: * target pattern contains no `%'. Stop. The

[OpenWrt-Devel] [PATCH 2/2] mvsw61xx: match swconfig function names

2015-08-28 Thread Claudio Leite
Signed-off-by: Claudio Leite lei...@staticky.com --- target/linux/generic/files/drivers/net/phy/mvsw61xx.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/generic/files/drivers/net/phy/mvsw61xx.c b/target/linux/generic/files/drivers/net/phy/mvsw61xx.c

[OpenWrt-Devel] Registering an ubus namespace using Lua

2015-08-28 Thread Ronaldo Afonso
Hi all, Can anyone provide me with an example of registering an ubus namespace using Lua? Thanks in advance. -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH 1/2] mvsw61xx: use standard swconfig get_port_link

2015-08-28 Thread Claudio Leite
The previous link and status functions were non-standard, and thus less useful for parsing. Signed-off-by: Claudio Leite lei...@staticky.com --- If accepted this should be also pushed to CC, assuming that's still possible.

[OpenWrt-Devel] [PATCH v2] mvsw61xx: use standard swconfig get_port_link

2015-08-28 Thread Claudio Leite
The previous link and status functions were non-standard, and thus less useful for parsing. Signed-off-by: Claudio Leite lei...@staticky.com --- v2: remove enums as well If accepted this should be also pushed to CC, assuming that's still possible.