Previously this was only activated for ADSL, this patch activates the
same setting also for VDSL.
Signed-off-by: Hauke Mehrtens
---
package/network/config/ltq-vdsl-app/files/dsl_control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/config/ltq-vdsl-app/fi
With Linux kernel 4.16 it will be possible to guard more parts of the
Linux header files from a libc. Make use of this in musl to guard all
the structures and other definitions from the Linux header files which
are also defined by the header files provided by musl. This will make
musl compile with
Hi Thomas,
The OpenWrt wiki is actually running on my box, so you'll need me for
that. Let's catch up on IRC how to get the targz to you.
Regards,
Zoltan H
On Sat, 6 Jan 2018, Thomas Endt wrote:
Hi John,
Since the styling is based on CSS, we would need the OpenWrt wiki's CSS for
that. Once
Hi John,
Since the styling is based on CSS, we would need the OpenWrt wiki's CSS for
that. Once we have that, it will be relatively easy.
But instead of doing the merge of the wikis step by step, I would suggest a
hard cut.
1.) Make OpenWrt wiki read only -> I can do that or Imre
2.) Create .tgz
Hi,
I've been preparing some draft for a future landing page at
https://lede-project.org/openwrt.
Note that some of the linked pages are obviously still LEDE branded and
the links to IRC, lists, forum need to be expanded to point to both
OpenWrt and LEDE forums.
Maybe someone can pick up from he
Hi,
> You missed call to free(globdir); at end.
the buffer pointed to be globdir is supposed to stay, to be reused by
later invocations of foreachdir(). It's kind of a lazily initialized
global scratch buffer to construct intermediate path strings.
Good catch on the globfree() though, the way it
Rafa?? Mi??ecki wrote:
> From: Rafa?? Mi??ecki
> Alloc globdir buffer dynamically and simply use realloc when needed.
> This fixes e.g. segmentation fault in jffs2reset due to an infinite
> recurrency when dealing with longs paths.
> Signed-off-by: Rafa?? Mi??ecki
> ---
> libfstools/overlay.c
Hi Hauke,
On Friday 05 January 2018 11:33 PM, Hauke Mehrtens wrote:
I have never looked at the OpenWrt fork provided by Marvell, but I got
OpenWrt master working on the espressobin with kernel 4.14. It only has
a low number of patches mainly for the other mvebu broads and for sfp
support.
You c