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
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
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
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
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
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
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
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
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
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
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
>
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
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
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-
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.
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
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
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
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 +
...
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-
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
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
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
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
24 matches
Mail list logo