Re: [OpenWrt-Devel] [PATCH] libubus.h: marking unused variables

2016-02-10 Thread Karl Palsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Isn't it more standard and cross compiler to do instead... (void)ctx; Rather than sprinkling gcc attributes around? Sincerely, Karl Palsson Emanuel Taube wrote: > > diff --git a/libubus.h b/libubus.h > index

Re: [OpenWrt-Devel] Plans for CC 15.05.1 or DD 16.xx release?

2016-02-10 Thread Jo-Philipp Wich
The release will be delayed due to infrastructure problems. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Plans for CC 15.05.1 or DD 16.xx release?

2016-02-10 Thread Hannu Nyman
John Crispin wrote on 19/01/2016: > > there will be a delay. as usual 90% of tapi packages do not build aswell > as the other usual suspects. i wont have time to fix these till early > next week which will delay the 15.05.1 release by a few days. if anyone > wants to dig into these before next

[OpenWrt-Devel] QMI/NCM/MBIM interfaces netifd ifup event too early

2016-02-10 Thread Bruno Randolf
Hi! I have a situation where I have to react to "ifup" events in OpenWRT, and I believe that QMI/NCM/MBIM interfaces are sending the "ifup" event too early, which is before they got an IP address. That is due to the use of "sub-interfaces" for DHCP IPv4 and DHCP IPv6, as seen in the

[OpenWrt-Devel] LXC is broken on Caos Calmer

2016-02-10 Thread Antonio Aloisio
Hi there, I have tried to run lxc on openwrt but it looks to me that those packages are broken. root@Honeypot:/home/gnuton# lxc-create -t download -n xx Setting up the GPG keyring ERROR: Unable to fetch GPG key from keyserver. lxc_container: lxccontainer.c: create_run_template: 1102 container

Re: [OpenWrt-Devel] LXC is broken on Caos Calmer

2016-02-10 Thread Daniel Golle
Hi Antonio, On Wed, Feb 10, 2016 at 09:52:25PM +0200, Antonio Aloisio wrote: > Hi there, > I have tried to run lxc on openwrt but it looks to me that those packages > are broken. I'm actively using LXC, however, I use a custom overlayfs method to create OpenWrt containers. > >

[OpenWrt-Devel] [PATCH] [lantiq] use "-gt" instead of ">" with [ in /lib/functions/lantiq_dsl.sh

2016-02-10 Thread Jonathan A. Kollasch
Avoids inadvertent file creation when executing `/etc/init.d/dsl_control status`. Signed-off-by: Jonathan A. Kollasch --- target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OpenWrt-Devel] LXC is broken on Caos Calmer

2016-02-10 Thread Antonio Aloisio
Hi there! Here is a few findings about LXC templates available on OpenWRT CC. Just for reference, here below you can see all the templates available on CC and what works and what does not. /usr/share/lxc/templates/lxc-oracle <-- BAD ARCHITECTURE. NO ARM /usr/share/lxc/templates/lxc-plamo <--

Re: [OpenWrt-Devel] [PATCH] [v3] ar71xx: Support for Ubiquiti UniFi AP AC LITE

2016-02-10 Thread Vittorio G (VittGam)
Hello, It seems that whitespace is broken in this patch. Can you resend it, please? Thank you, Vittorio G On 20/01/2016 10:05:20 CET, p.wa...@gmx.at wrote: From: P.Wassi Add support for the Ubiquiti UniFi AP AC LITE Signed-off-by: P.Wassi --- This patch adds: * New machine type * Code for

Re: [OpenWrt-Devel] LXC is broken on Caos Calmer

2016-02-10 Thread Daniel Golle
Hi Antonio, thanks for trying all that and reporting back your results! On Thu, Feb 11, 2016 at 12:47:50AM +0200, Antonio Aloisio wrote: > Hi there! > Here is a few findings about LXC templates available on OpenWRT CC. > > Just for reference, here below you can see all the templates available

Re: [OpenWrt-Devel] [PATCH] kernel/build: Fix SetNfsCmdline to work with new .config.set

2016-02-10 Thread Petr Štetiar
Florian Fainelli [2016-02-09 19:57:22]: > Le 09/02/2016 12:16, Petr Štetiar a écrit : > > Petr Štetiar [2016-02-09 21:04:14]: > > > >>>define Kernel/SetNfsCmdline > >>> rm -f $(LINUX_DIR)/.config.prev > >>> - mv $(LINUX_DIR)/.config

Re: [OpenWrt-Devel] [PATCH] kernel/build: Fix SetNfsCmdline to work with new .config.set

2016-02-10 Thread Florian Fainelli
Le 10/02/2016 03:43, Petr Štetiar a écrit : > Florian Fainelli [2016-02-09 19:57:22]: > >> Le 09/02/2016 12:16, Petr Štetiar a écrit : >>> Petr Štetiar [2016-02-09 21:04:14]: >>> >define Kernel/SetNfsCmdline > rm -f $(LINUX_DIR)/.config.prev

Re: [OpenWrt-Devel] Native IPv6 broken in trunk

2016-02-10 Thread Adam Kuklycz
Update: It looks like some new firewall rules that are introduced in newer versions of trunk are stopping IPv6 from working. I turned off Allow-MLD, and 2 blank rules which seem to be there by factory default accept forward any esp and any udp port 500. Also disabled SYN flood protection