Re: [OpenWrt-Devel] [PATCH fstools 2/3] libblkid: vfat: Fix reading labels which starts with byte 0x05

2019-12-16 Thread Petr Štetiar
On December 17, 2019 7:28:35 AM UTC, "Rafał Miłecki" wrote: >From: Pali Rohár > >commit e526f503918cc29d8b1ccf36a5c3a34645d2be6e upstream. > >When FAT directory entry has leading byte 0x05 it is interpreted as >byte >0xE5. This is how FAT stores file name which starts with byte 0xE5 as >leading

[OpenWrt-Devel] ЕРАЛАШ. Детский юмористический киножурнал - полная коллекция в отличном качестве. 05_08_2019 02_10 199508

2019-12-16 Thread hjskvntjwgvt.ru 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 --- ЕРАЛАШ Детский юмористический

[OpenWrt-Devel] [PATCH fstools 3/3] libblkid: vfat: Change parsing label in special cases

2019-12-16 Thread Rafał Miłecki
From: Pali Rohár commit f0ca7e80d7a171701d0d04a3eae22d97f15d0683 upstream. * Use only label from the root directory and do not fallback to the label stored in boot sector. This is how MS-DOS 6.22, MS-DOS 7.10, Windows 98, Windows XP and also Windows 10 behave. Moreover Windows XP and

[OpenWrt-Devel] [PATCH fstools 1/3] libblkid-tiny: add blkid_probe_set_id_label() stub

2019-12-16 Thread Rafał Miłecki
From: Rafał Miłecki This stub will allow porting more upstream code without commenting out calls and them unused variables. This will simplify maintenance. Signed-off-by: Rafał Miłecki --- libblkid-tiny/libblkid-tiny.c | 6 ++ libblkid-tiny/superblocks.h | 2 +- 2 files changed, 7

[OpenWrt-Devel] [PATCH fstools 2/3] libblkid: vfat: Fix reading labels which starts with byte 0x05

2019-12-16 Thread Rafał Miłecki
From: Pali Rohár commit e526f503918cc29d8b1ccf36a5c3a34645d2be6e upstream. When FAT directory entry has leading byte 0x05 it is interpreted as byte 0xE5. This is how FAT stores file name which starts with byte 0xE5 as leading byte in 0xE5 in FAT directory entry means that file slot is empty.

[OpenWrt-Devel] [PATCH fstools 0/3] libblkid-tiny: cherry-pick upstream vfat fixes

2019-12-16 Thread Rafał Miłecki
From: Rafał Miłecki This fixes reading vfat labels. With updated code "NO NAME" is no longer read and so our downstream hack for dropping extra spaces can be dropped. Pali Rohár (2): libblkid: vfat: Fix reading labels which starts with byte 0x05 libblkid: vfat: Change parsing label in

[OpenWrt-Devel] New ath10k-ct wave-2 firmware available

2019-12-16 Thread Ben Greear
No changes to wave-1, but I make a version .014 copy anyway to keep the makefile in sync. Wave-2 has a fix to make setting txpower work better. Before setting the power was ignored at least some of the time (it also appeared to work mostly, so I guess it was being correctly set in other

[OpenWrt-Devel] Диснеевские мультфильмы - большая коллекция в отличном качестве. 05_08_2019 02_10 199508

2019-12-16 Thread hjskvntjwgvt.ru 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 --- ДИСНЕЕВСКИЕ МУЛЬТФИЛЬМЫ Большая

Re: [OpenWrt-Devel] [PATCH] kernel: ath10k-ct: provide a build variant for small RAM devices

2019-12-16 Thread Alberto Bursi
On 16/12/19 21:04, Christian Lamparter wrote: Hello, On Mon, Dec 16, 2019 at 12:27 PM Alberto Bursi wrote: On 15/12/19 14:09, Christian Lamparter wrote: But it seems that Ben had a change of heart in this regard. I don't know the details or why, But it makes sense because it would

Re: [OpenWrt-Devel] [PATCH] ramips: fix port setup for Ubiquiti EdgeRouter X (and SFP)

2019-12-16 Thread mail
Hallo Matthias, > Having a WAN port by default is extremely useful (and necessary for easy > automatic configuration by OpenWrt-based frameworks like Gluon without > having to special-case many devices). > I would prefer if we could always make one port WAN as long as we have at > least two

Re: [OpenWrt-Devel] [PATCH] ramips: fix port setup for Ubiquiti EdgeRouter X (and SFP)

2019-12-16 Thread Matthias Schiffer
On 12/16/19 1:31 PM, Adrian Schmutzler wrote: > The EdgeRouter only has LAN ports labelled eth0 to eth4 (plus > unsupported eth5 for SFP version). Thus, there is no reason to set > up one of them as WAN. > > This patch sets all ports to "lan" and removes the unused wan_mac. > > Actually, stock

Re: [OpenWrt-Devel] [PATCH] kernel: ath10k-ct: provide a build variant for small RAM devices

2019-12-16 Thread Christian Lamparter
Hello, On Mon, Dec 16, 2019 at 12:27 PM Alberto Bursi wrote: > > > On 15/12/19 14:09, Christian Lamparter wrote: > > > > But it seems that Ben had a change of heart in this regard. I don't know the > > details or why, But it makes sense because it would enable his company to > > save > > some

Re: [OpenWrt-Devel] [PATCH] kernel: ath10k-ct: provide a build variant for small RAM devices

2019-12-16 Thread Ben Greear
On 12/16/2019 03:26 AM, Alberto Bursi wrote: On 15/12/19 14:09, Christian Lamparter wrote: But it seems that Ben had a change of heart in this regard. I don't know the details or why, But it makes sense because it would enable his company to save some money for the systems his company

[OpenWrt-Devel] [PATCH] ramips: fix port setup for Ubiquiti EdgeRouter X (and SFP)

2019-12-16 Thread Adrian Schmutzler
The EdgeRouter only has LAN ports labelled eth0 to eth4 (plus unsupported eth5 for SFP version). Thus, there is no reason to set up one of them as WAN. This patch sets all ports to "lan" and removes the unused wan_mac. Actually, stock firmware on the EdgeRouter X assigns a specific MAC address

[OpenWrt-Devel] [PATCH 3/4] lantiq: use soc_vendor_device scheme on DTS file

2019-12-16 Thread Adrian Schmutzler
This renames lantiq DTS(I) files to follow soc_vendor_device scheme. This will make DTS files easier to maintain. As a side effect, DTS file name can be derived from device node names now, only having to specify a SOC variable in Makefiles. While at it, move files to arch/mips/boot/dts/lantiq

[OpenWrt-Devel] [PATCH 1/4] lantiq: split device definitions into files

2019-12-16 Thread Adrian Schmutzler
This splits device definitions into several *.mk files to increase overview. Signed-off-by: Adrian Schmutzler --- target/linux/lantiq/image/Makefile | 857 +-- target/linux/lantiq/image/amazonse.mk| 22 + target/linux/lantiq/image/ar9.mk | 163 +

[OpenWrt-Devel] [PATCH 4/4] lantiq: remove ar9_lantiq_easy50810.dts

2019-12-16 Thread Adrian Schmutzler
This file seems to be orphaned, no device setup existing for it. Signed-off-by: Adrian Schmutzler --- .../boot/dts/lantiq/ar9_lantiq_easy50810.dts | 73 --- 1 file changed, 73 deletions(-) delete mode 100644

[OpenWrt-Devel] [PATCH 2/4] build: image: add SOC device variable

2019-12-16 Thread Adrian Schmutzler
This add the device variable SOC and adds it to DEFAULT_DEVICE_VARS. It is supposed to replace target-specific SOC variables like ATH_SOC and thus unify variable names. Signed-off-by: Adrian Schmutzler --- include/image.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH 0/4] lantiq: use soc_vendor_device scheme on DTS file

2019-12-16 Thread Adrian Schmutzler
** Please run-test ** This renames lantiq DTS(I) files to follow soc_vendor_device scheme. The same patchset is available for easy build at: https://git.openwrt.org/?p=openwrt/staging/adrian.git;a=shortlog;h=refs/heads/lantiq It is based on the DTS changes proposed in

Re: [OpenWrt-Devel] [PATCH] kernel: ath10k-ct: provide a build variant for small RAM devices

2019-12-16 Thread Alberto Bursi
On 15/12/19 14:09, Christian Lamparter wrote: But it seems that Ben had a change of heart in this regard. I don't know the details or why, But it makes sense because it would enable his company to save some money for the systems his company sells: