[LEDE-DEV] [PATCH mountd 1/2] mount: try lazy unmount if normal one fails

2018-02-21 Thread Rafał Miłecki
From: Rafał Miłecki If umount calls fails (e.g. because of some application accessing old path) the only chance of getting mount entry cleaned is receiving autofs expire packet. This isn't fully reliable: 1) Sometimes expire can happen before closing all handles. In such case

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH 2/8] octeontx: remove static EXT2/3/4 FS support

2018-02-21 Thread Felix Fietkau
On 2018-02-20 19:23, Tim Harvey wrote: > We are using F2FS as our overlay read/write FS. Others can be supported > as modules. > > Signed-off-by: Tim Harvey I think it would be a good idea to leave in ext4. If the overlay storage area is too small for f2fs, fstools chooses

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH 2/8] octeontx: remove static EXT2/3/4 FS support

2018-02-21 Thread Tim Harvey
On Wed, Feb 21, 2018 at 2:36 PM, Felix Fietkau wrote: > On 2018-02-20 19:23, Tim Harvey wrote: >> We are using F2FS as our overlay read/write FS. Others can be supported >> as modules. >> >> Signed-off-by: Tim Harvey > I think it would be a good idea to

[LEDE-DEV] Bericht für simpletech.eu

2018-02-21 Thread Elif Heinrich
Sehr geehrte Damen und Herren, Es ist amtlich das der DomainName simpletech.eu für Sie zur möglichen Abgabe steht. Würden Sie mir bitte eine kurze Rückmeldung geben ob wir Ihre Interesse geweckt haben? Ich freue mich auf Ihre Interesse und verbleibe, mit freundlichen Grüßen Elif Heinrich

[LEDE-DEV] [PATCH mountd 2/2] mount: call hotplug-call with ACTION=remove before trying to unmount

2018-02-21 Thread Rafał Miłecki
From: Rafał Miłecki This increases a chance of successfully unmounting a drive as calling hotplug.d scripts may result in stopping applications using it. Signed-off-by: Rafał Miłecki --- mount.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-)

[LEDE-DEV] [PATCH] brcm63xx: Tune the network configuration for several routers

2018-02-21 Thread Daniel Gonzalez Cabanelas
- DGND3700v1: fix port numbers, they're in reverse order - FaST2704n: there is no WAN port identified as such, only 4 LAN - AD1018: configure the "FIBRE" port as WAN Signed-off-by: Daniel Gonzalez Cabanelas --- target/linux/brcm63xx/base-files/etc/board.d/02_network | 10