[LEDE-DEV] mac80211: update request

2018-03-29 Thread Evgeniy Didin
Hello, Trying to add support of drivers/net/wireless/rsi/rsi91x driver in mac80211 we faced with problem, that the version of backports is quite old(2017-11-01), and at least one significant commit for rsi91x was later than this version:

Re: [LEDE-DEV] [PATCH] leds-apu2: add newer board names

2018-03-29 Thread Sebastian Fleer
After building coreboot myself, I discovered that the board names changed again - they now seem to be the same as before. https://github.com/pcengines/coreboot/commit/3578e9fb6dac753ec9365c88a8556ca1b90a8deb I guess the "PC Engines apuX" strings can be considered to be a bug on the PCEngines

Re: [LEDE-DEV] [LEDE-DEV, 1/3] fstools: add exfat filesystem support

2018-03-29 Thread Jo-Philipp Wich
Hi, fstools will use the full libblkid if it is installed on the system, this should also enable support for all filesystems supported by the full libblkid. Adding more and more exotic stuff to libblkid-tiny will bloat the default fstools install for all users, so we should avoid that - imho.

[LEDE-DEV] [LEDE-DEV, 3/3] fstools: fix lost mount point when first boot

2018-03-29 Thread rosys...@rosinson.com
When firmware is new flashed and reboot with a storage device plug in its usb interface. Though the filesystem is not ready (FS_STATE_UNKNOWN), the /dev/sda1 still mount on /mnt/sda1 by block-mount, then the system switching jffs... root@OpenWrt:~# dmesg .. [   32.224522]

Re: [LEDE-DEV] [LEDE-DEV, 1/3] fstools: add exfat filesystem support

2018-03-29 Thread Bas Mevissen
On 29/03/18 10:23, rosys...@rosinson.com wrote: Add exfat filesystem support for fstools so that the block can detect and show the information of stroage in exfat format. (...) Can an exfat implementation be legally distributed? -- Bas. ___

[LEDE-DEV] [LEDE-DEV,1/3] fstools: add exfat filesystem support

2018-03-29 Thread rosys...@rosinson.com
Add exfat filesystem support for fstools so that the block can detect and show the information of stroage in exfat format. Signed-off-by: Rosy Song ---  CMakeLists.txt                |   1 +  libblkid-tiny/blkidP.h        |  12  libblkid-tiny/exfat.c         | 155

[LEDE-DEV] [LEDE-DEV,2/3] fstools: fix potential memory leak

2018-03-29 Thread rosys...@rosinson.com
Fix potential memory leak in fstools Signed-off-by: Rosy Song ---  libblkid-tiny/libblkid-tiny.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libblkid-tiny/libblkid-tiny.c b/libblkid-tiny/libblkid-tiny.c index ccfaf63..12cab6f 100644 ---

[LEDE-DEV] Question regarding kmod-ipt-offload and imagebuilder

2018-03-29 Thread Koen Vandeputte
Hi Felix, Regarding your commit ("build: include kmod-ipt-offload in default images") [1] By default, this package is only supported (and selectable) when the target device uses kernel 4.14. I've just tried this: - Checkout OpenWrt master - Select a target using kernel 4.9 (ar71xx) -