Re: Ethernet switch with linux/openwrt and DSA

2022-12-20 Thread Janusz Dziedzic
śr., 14 gru 2022 o 20:35 Jan Hoffmann napisał(a): > > > Hi Janusz, > > > > > Could I just buy (any experience): > > > > > > HP switch 1920-24G JG924A > > > Do I need to check any HW ver? Or any JG924A should work? > > > > The devices from HPE 1920 series with model numbers JG92xA are all > >

Host dependency issues

2022-12-20 Thread quic_pkommu
Hi Developers, Hope all is well  We are trying to enable selinux , 21.02 where the default mtd-utils (for NAND /ubifs ) are not supporting selinux . So we moved to mtd-utils 2.1.5 , where its fixed but we are seeing this build time failure. Problem : During mkfs.ubifs host

[PATCH] base-files: Remove nand.sh dependency from emmc upgrade

2022-12-20 Thread Brian Norris
emmc_do_upgrade() relies on identify() from the nand.sh upgrade helper. This only works because FEATURES=emmc targets also tend to include FEATURES=nand. Signed-off-by: Brian Norris --- .../base-files/files/lib/upgrade/common.sh| 27

[PATCH] base-files: upgrade: Fix export_partdevice() quoting

2022-12-20 Thread Brian Norris
$BOOTDEV_MAJOR may be empty for many of the uevents parsed in this function. This condition thus tends to fail benignly (we just skip to the next device), but it can really clutter the stage2 sysupgrade stderr, since it looks like the "=" operand doesn't have an appropriate left-hand argument.

a nuking the mac80211 changing codel parameters patch

2022-12-20 Thread Dave Taht
This is the single, most buggy, piece of code in "my" portion of wifi today. It is so wrong, yet thus far I cannot get it out of linux or find an acceptable substitute. It makes it hard to sleep at night knowing this code has been so wrong... and now in millions , maybe even 10s of millions, of

[openwrt] Patch notification: 2 patches updated

2022-12-20 Thread Patchwork
Hello, The following patches (submitted by you) have been updated in Patchwork: * openwrt: [1/2] trusted-firmware-a.mk: use correct CPE ID - http://patchwork.ozlabs.org/project/openwrt/patch/mailman.48547.1671559514.4154159.openwrt-de...@lists.openwrt.org/ - for: OpenWrt development

[PATCH 1/2] trusted-firmware-a.mk: use correct CPE ID

2022-12-20 Thread stijn--- 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 --- There are 2 different CPE IDs on

[PATCH 2/2] arm-trusted-firmware-sunxi: drop CPE ID

2022-12-20 Thread stijn--- 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 --- The CPE ID is already set in

[PATCH v2] uboot-sunxi: use UUID of bootdev and bootpart

2022-12-20 Thread Jan-Niklas Burfeind
for the NanoPi R1 instead of the hardcoded `mmcblk0p2` to support its multiple mmcs. Fixes: e6d9f6fdff ("sunxi: add support for FriendlyARM NanoPi R1") Co-authored-by: Karl Palsson Signed-off-by: Jan-Niklas Burfeind --- package/boot/uboot-sunxi/Makefile| 1 +

[PATCH] procd: add procd_unlock wrapper

2022-12-20 Thread Florian Eckert
Extend the procd shell wrapper lib with the missing funktion procd_unlock. This could be used in scripts to unlock a previously locked section. Signed-off-by: Florian Eckert --- package/system/procd/files/procd.sh | 4 1 file changed, 4 insertions(+) diff --git