Re: [OpenWrt-Devel] latency on PPPoA ADSL Annex A on using Lantiq

2016-08-24 Thread Daniel Niasoff
Hi All, What can I do next? Thanks Daniel -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Daniel Niasoff Sent: 19 August 2016 13:21 To: John Crispin ; Mathias Kresin Cc: OpenWrt Development List ; lede-...@lists.infradead.org Subj

Re: [OpenWrt-Devel] [PATCH v2 0/2] kernel: add kmod-ubi and kmod-fs-ubifs

2016-08-24 Thread Zoltan HERPAI
Daniel Golle wrote: On Wed, Aug 24, 2016 at 11:28:40PM +0200, Zoltan HERPAI wrote: Ralph Sennhauser wrote: I use kmod-ubi for creating a block device from the squasfs using module parameters as there is no busybox ubiblock applet yet. If ubi is made available as module so obvioulsy shou

Re: [OpenWrt-Devel] [PATCH v2 0/2] kernel: add kmod-ubi and kmod-fs-ubifs

2016-08-24 Thread Daniel Golle
On Wed, Aug 24, 2016 at 11:28:40PM +0200, Zoltan HERPAI wrote: > Ralph Sennhauser wrote: > > I use kmod-ubi for creating a block device from the squasfs using module > > parameters as there is no busybox ubiblock applet yet. If ubi is made > > available as module so obvioulsy should ubifs. > > > >

Re: [OpenWrt-Devel] [PATCH v2 0/2] kernel: add kmod-ubi and kmod-fs-ubifs

2016-08-24 Thread Zoltan HERPAI
Ralph Sennhauser wrote: I use kmod-ubi for creating a block device from the squasfs using module parameters as there is no busybox ubiblock applet yet. If ubi is made available as module so obvioulsy should ubifs. This completes the addition of kmod-fs-squashfs in commit 5163389b9c3b302a0d53df9a

[OpenWrt-Devel] [PATCH] Add lua-struct 0.2

2016-08-24 Thread Anton D . Kachalov
This library offers basic facilities to convert Lua values to and from C structs.This is very similar to Python's struct.pack/unpack. Signed-off-by: Anton D. Kachalov ---lang/lua-struct/Makefile                  | 62 ++lang/lua-struct/patches/001-makefile.patch | 48