Re: [OpenWrt-Devel] [PATCH, V2] fstools: mount ntfs with ntfs-3g utility if it exist

2018-10-02 Thread Jerome BENOIT
... @@ -1437,8 +1443,9 @@ static int mount_extroot(char *cfg) if (strncmp(pr->type, "ext", 3) && strncmp(pr->type, "f2fs", 4) && strncmp(pr->type, "btrfs", 5) && + strncmp(pr->type, "ntfs", 5) && strncmp

Re: [OpenWrt-Devel] OpenWrt 19.01 plans

2018-09-28 Thread Jerome BENOIT
Is there any work in OpenWRT targeted at integrating Linux forwarding fastpath in the official build ? There are out-of-tree patches and builds floating around and nowadays 1 GB/s fiber internet access is very common is developed countries, and the router is then becoming the bottleneck in many

Re: [OpenWrt-Devel] OpenWrt 19.01 plans

2018-09-28 Thread Jerome BENOIT
Hello, They may not be able to push lots of bandwidth, but if you have <~100Mbps internet they don't need to. If you have >~200Mbps internet for example with DOCSIS3.1 provider, then you probably need a newer dual-core device to take advantage of it. Is there any work in OpenWRT targeted at

[OpenWrt-Devel] (no subject)

2016-06-17 Thread Jerome
To: openwrt-devel@lists.openwrt.org From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Poulin?= Date: Mon, 13 Jun 2016 17:47:50 -0400 Subject: [PATCH] micropython-lib: fix make install seldom fail - Since make install path was hardcoded inside the build dir, it can sometime fail with cp indicating that source

Re: [OpenWrt-Devel] [patch] disable bridge firewalling in sysctl.conf by default

2009-08-13 Thread Jerome Benoit
Le Thu, 13 Aug 2009 10:10:18 +0200, Florian Fainelli a écrit : > Supposing that you are using a 2.6 kernel, the IPv6 Neighbor > Discovery mechanism is by far the best way to provide IPv6 > connectivity to devices behind your Free-connected router. For 2.6, yes via the NDP sysctl (but 2.6 is not

Re: [OpenWrt-Devel] [patch] disable bridge firewalling in sysctl.conf by default

2009-08-12 Thread Jerome Benoit
Le Wed, 12 Aug 2009 21:13:16 +0200, Matthias Buecher / Germany a écrit : > Another solution would be to compile it as a separate module > (BRIDGE=m). Then the user can decide if he want to install it or not. Yes please do so. IPv6 connectivity can be bridged cleanly, it's what most French openw