[OpenWrt-Devel] [PATCH] image: ignore usign build errors

2018-10-02 Thread Hauke Mehrtens
The tl-wa850re-v2 images from the ar71xx/tiny target are getting too big with the default packages. The size check is done before the meta data is added so there is no file to add meta data to or to sign. Originally errors in Build/append-metadata were getting ignored, but if the signing fails the

Re: [OpenWrt-Devel] LEDE > OpenWrt > TP-Link TL-WDR4900 1.0

2018-10-02 Thread Matthias Schiffer
On 10/2/18 9:18 PM, blu.ita...@mail.ru wrote: > Hello Matthias, > > thanks for reply. > > Stefan's Tip allready works! > > That the 18.06.2 update fix this problem was my hope too. But it didn't fix > the problem. After the update to 18.06.2 i also have 4 radios. > > Regards > Falko There is

Re: [OpenWrt-Devel] LEDE > OpenWrt > TP-Link TL-WDR4900 1.0

2018-10-02 Thread blu.italia--- via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello Matthias, thanks for

Re: [OpenWrt-Devel] LEDE > OpenWrt > TP-Link TL-WDR4900 1.0

2018-10-02 Thread Matthias Schiffer
On 10/2/18 12:01 AM, Stefan Lippers-Hollmann wrote: > Hi > > On 2018-10-01, blu.italia--- via openwrt-devel wrote: >> One Question: >> Is there a way to delete the old radios 0 and 1? > > Just remove them from /etc/config/wireless, using any text editor > (e.g. vi), this usually is a result of

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

2018-10-02 Thread Ansuel Smith
ntf-3g provide both mount.ntfs and mount.ntfs-3g Il giorno mar 2 ott 2018 alle ore 14:29 Jerome BENOIT ha scritto: > > > On 02/10/2018 14:24, Ansuel Smith wrote: > > ntfs-3g provide both mount.ntfs and mount.ntfs-3g > > Good, but you should reply also on the list :) > > -- > Jérôme Benoit aka

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) &&

Re: [OpenWrt-Devel] [PATCH] kernel: bump 4.14 to 4.14.73

2018-10-02 Thread Koen Vandeputte
On 2018-10-02 12:22, Kevin Darbyshire-Bryant wrote: Refresh patches. Remove upstreamed patch: generic/pending-4.14/192-Revert-ubifs-xattr-Don-t-operate-on-deleted-inodes.patch Compile-tested on: ath79 Runtime-tested on: ath79 Signed-off-by: Kevin Darbyshire-Bryant --- This could do with

[OpenWrt-Devel] [PATCH] kernel: bump 4.14 to 4.14.73

2018-10-02 Thread Kevin Darbyshire-Bryant
Refresh patches. Remove upstreamed patch: generic/pending-4.14/192-Revert-ubifs-xattr-Don-t-operate-on-deleted-inodes.patch Compile-tested on: ath79 Runtime-tested on: ath79 Signed-off-by: Kevin Darbyshire-Bryant --- This could do with a bit of testing/compilation on a few other platforms