Re: [OpenWrt-Devel] [PATCH v2] firewall3: Fix multicast ICMPv6 replies not being sent by default anymore.

2016-05-02 Thread Vittorio G (VittGam)
Hi, On 02/05/2016 21:54:06 CEST, Baptiste Jonglez wrote: On Mon, May 02, 2016 at 09:37:07PM +0200, Baptiste Jonglez wrote: On Mon, May 02, 2016 at 08:17:48PM +0200, Vittorio Gambaletta (VittGam) wrote: > Since drop_invalid has been turned on by default, ICMPv6 echo requests > to well-known mult

[OpenWrt-Devel] OpenWrt enhancement ideas -- opportunity for prpl funding -- deadline May 18

2016-05-02 Thread Kathy Giori
To the community of OpenWrt developers: The deadline for submitting an idea to enhance OpenWrt, and to receive funding assistance to do the work, is a short two weeks away. Since we have been discussing the idea of such a program for several weeks, we hope you have been thinking about a good idea

[OpenWrt-Devel] Comfast board

2016-05-02 Thread Reinoud Koornstra
Hi Everyone, I want to buld openwrt for this cpu: CPU0 revision is: 00019750 (MIPS 74Kc). Clocks: CPU:720.000MHz, DDR:600.000MHz, AHB:200.000MHz, Ref:40.000MHz Currently I cannot find the correct options for this. The board that is reported is this: board=COMFAST-CF-WR650AC It carries this chipset

Re: [OpenWrt-Devel] mt76 wifi module on mt7688 board, no interface

2016-05-02 Thread Lazar Demin
Marc, Can you expand on what you did to get the AP to work? I'm completely stumped... Any luck on the STA? Thanks On Thu, Apr 21, 2016 at 3:00 PM, Marc Nicholas wrote: > Is the firmware getting loaded (/lib/firmware/mt7628_e2.bin)? It looks > like the fix in 48958 for this is in github.com/op

[OpenWrt-Devel] [PATCH] image.mk: Create a manifest file of installed packages as a build artifact

2016-05-02 Thread Pushpal Sidhu
A few linux BSP's create a manifest file of installed packages for a given target in order to help them understand exactly what's on their images. Create one for OpenWrt as well as a build artifact since many users have an affinity to prune down on packages to save valuable flash space. Signed-off

[OpenWrt-Devel] [PATCH 4/4] target: socfpga: Add Altera SoCFPGA support

2016-05-02 Thread Marek Vasut
This patch adds support for the Altera SoCFPGA target. Both generic target and Terasic SoCkit boards are supported. Signed-off-by: Marek Vasut --- package/boot/uboot-socfpga/Makefile| 97 +++ ...ga-Drop-space-after-loadaddr-in-extra-env.patch | 101 +++ ...fpga-Tweak-SoCkit-defa

[OpenWrt-Devel] [PATCH 2/4] package: kernel: modules: Add USB Mass Storage package

2016-05-02 Thread Marek Vasut
Add package which enables building of the USB Mass Storage support kernel modules (USB MSG). Signed-off-by: Marek Vasut --- package/kernel/linux/modules/usb.mk | 18 ++ 1 file changed, 18 insertions(+) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modu

[OpenWrt-Devel] [PATCH 3/4] package: kernel: Enable support for DWC2 USB on SoCFPGA

2016-05-02 Thread Marek Vasut
This patch enables the DWC2 modules for the Altera SoCFPGA target. Signed-off-by: Marek Vasut --- package/kernel/linux/modules/usb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 0343cbb..22b7

[OpenWrt-Devel] [PATCH 1/4] package: kernel: modules: Enable Dual-Role support for DWC2 USB

2016-05-02 Thread Marek Vasut
Enable configuration option which allows DWC2 USB OTG core to operate in Dual-Role mode. Signed-off-by: Marek Vasut --- package/kernel/linux/modules/usb.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 8c5a2ab

Re: [OpenWrt-Devel] [PATCH] Chaos Calmer - ramips: Fix IPv6 neighbor discovery on RT5350

2016-05-02 Thread Saverio Proto
I attach the patch in this email so should be without whitespace problem. thank you Saverio 2016-05-02 10:09 GMT+02:00 Vittorio G (VittGam) : > On 02/05/2016 10:06:49 CEST, John Crispin wrote: >> >> On 02/05/2016 09:55, Vittorio G (VittGam) wrote: >>> >>> Actually there's a problem with this pa

Re: [OpenWrt-Devel] [PATCH v2] firewall3: Fix multicast ICMPv6 replies not being sent by default anymore.

2016-05-02 Thread Baptiste Jonglez
On Mon, May 02, 2016 at 09:37:07PM +0200, Baptiste Jonglez wrote: > On Mon, May 02, 2016 at 08:17:48PM +0200, Vittorio Gambaletta (VittGam) wrote: > > Since drop_invalid has been turned on by default, ICMPv6 echo requests > > to well-known multicast addresses, such as ff02::1, are not replied to >

Re: [OpenWrt-Devel] [PATCH v2] firewall3: Fix multicast ICMPv6 replies not being sent by default anymore.

2016-05-02 Thread Baptiste Jonglez
Hi Vittorio, On Mon, May 02, 2016 at 08:17:48PM +0200, Vittorio Gambaletta (VittGam) wrote: > Since drop_invalid has been turned on by default, ICMPv6 echo requests > to well-known multicast addresses, such as ff02::1, are not replied to > by the router anymore, because conntrack considers those o

Re: [OpenWrt-Devel] [RFC] ar71xx: add TP-Link TL-WR810N support

2016-05-02 Thread John Crispin
On 02/05/2016 20:50, Jens Steinhauser wrote: > On 05/02/2016 10:55 AM, John Crispin wrote: >> On 02/05/2016 00:05, Jens Steinhauser wrote: >>> On 04/25/2016 10:02 PM, John Crispin wrote: Hi On 10/04/2016 14:00, Jens Steinhauser wrote: > This patch adds support for the TP-Link T

Re: [OpenWrt-Devel] [RFC] ar71xx: add TP-Link TL-WR810N support

2016-05-02 Thread Jens Steinhauser
On 05/02/2016 10:55 AM, John Crispin wrote: > On 02/05/2016 00:05, Jens Steinhauser wrote: >> On 04/25/2016 10:02 PM, John Crispin wrote: >>> Hi >>> >>> On 10/04/2016 14:00, Jens Steinhauser wrote: This patch adds support for the TP-Link TL-WR810N. https://wiki.openwrt.org/toh/tp-link/tl-

[OpenWrt-Devel] [PATCH] Device Support for Anonabox-Pro (Aug. G.)

2016-05-02 Thread August Germar
Submitting patch for anonabox privacy router, tested with DD, does not seem to work in CC. https://raw.githubusercontent.com/anonabox/openwrt-patch/master/anonabox_pro.patch Thoughts, comments questions welcome. I'll be in the IRC with the handle torouter. Thanks.

[OpenWrt-Devel] [PATCH v2] firewall3: Fix multicast ICMPv6 replies not being sent by default anymore.

2016-05-02 Thread Vittorio Gambaletta (VittGam)
Since drop_invalid has been turned on by default, ICMPv6 echo requests to well-known multicast addresses, such as ff02::1, are not replied to by the router anymore, because conntrack considers those outgoing reply packets to be invalid. Fix this by not having the INVALID rule in the OUTPUT chain m

Re: [OpenWrt-Devel] [PATCH] load running state after lock is acquired

2016-05-02 Thread Jo-Philipp Wich
Hi Alin, thanks! Pushed to firewall3.git. ~ Jo ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] firewall3: Fix multicast ICMPv6 replies not being sent by default anymore.

2016-05-02 Thread Jo-Philipp Wich
Hi Vittorio, can you move the "mcdst" declaration to the top of the function? ~ Jo ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] Device support for TP-Link WR802N

2016-05-02 Thread Rick P.
From: Rick Pannen mailto:pan...@gmail.com>> Resubmitting patch for the TP-Link WR802N - I hope the format is OK now. Tested on three different devices. Installs, boots and runs. Signed-off-by: Rick Pannen mailto:pan...@gmail.com>> --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 4 + ...

[OpenWrt-Devel] [PATCH] xtables-addons: Avoid redefinition of SHRT_MAX in lua packet script

2016-05-02 Thread Hans Dedecker
Patch Lua packet script defines SHRT_MAX which is already defined in and is included indirectly by lauxlib.h. Fix the redefintion as it leads to compile failure on systems which treat macro redefinition as an error Signed-off-by: Hans Dedecker --- .../utils/xtables-addons/patches/201-fix-lua-

Re: [OpenWrt-Devel] [RFC] ar71xx: add TP-Link TL-WR810N support

2016-05-02 Thread John Crispin
On 02/05/2016 00:05, Jens Steinhauser wrote: > On 04/25/2016 10:02 PM, John Crispin wrote: >> Hi >> >> On 10/04/2016 14:00, Jens Steinhauser wrote: >>> This patch adds support for the TP-Link TL-WR810N. >>> https://wiki.openwrt.org/toh/tp-link/tl-wr810n >>> >>> The device has a slide switch to se

Re: [OpenWrt-Devel] [PATCH] Chaos Calmer - ramips: Fix IPv6 neighbor discovery on RT5350

2016-05-02 Thread Vittorio G (VittGam)
On 02/05/2016 10:06:49 CEST, John Crispin wrote: On 02/05/2016 09:55, Vittorio G (VittGam) wrote: Actually there's a problem with this patch: the tabs have been converted to spaces by your mailer, so it does not apply directly... The patch on GitHub is fine by the way. Cheers, Vittorio you s

Re: [OpenWrt-Devel] [PATCH] Chaos Calmer - ramips: Fix IPv6 neighbor discovery on RT5350

2016-05-02 Thread John Crispin
On 02/05/2016 09:55, Vittorio G (VittGam) wrote: > Actually there's a problem with this patch: the tabs have been converted > to spaces by your mailer, so it does not apply directly... > > The patch on GitHub is fine by the way. > > Cheers, > Vittorio you seem to have sent the same patch which

Re: [OpenWrt-Devel] [PATCH] Chaos Calmer - ramips: Fix IPv6 neighbor discovery on RT5350

2016-05-02 Thread Vittorio G (VittGam)
Actually there's a problem with this patch: the tabs have been converted to spaces by your mailer, so it does not apply directly... The patch on GitHub is fine by the way. Cheers, Vittorio On 01/05/2016 23:59:27 CEST, Vittorio G (VittGam) wrote: On 01/05/2016 23:36:05 CEST, Saverio Proto wrote