[PATCH 23.05 1/2] mt76: update to the latest version

2024-04-29 Thread Rafał Miłecki
From: Felix Fietkau b5d13611d35e mt76: mt7915: fix monitor mode issues bbbac7deee3d wifi: mt76: rename mt76_packet_id_init/flush to mt76_wcid_init/cleanup f1e1e67d97d1 wifi: mt76: fix race condition related to checking tx queue fill status b3f739a64e6b wifi: mt76: mt7996: add eht rx rate

[PATCH 23.05 2/2] mt76: update to Git HEAD (2023-12-08)

2024-04-29 Thread Rafał Miłecki
From: Felix Fietkau 890ae4d717f1 wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling fcc2f3d82bc9 wifi: mt76: fix lock dependency problem for wed_lock 77cc14596202 wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x module bc85355885d1 wifi: mt76: mt792x: move some common usb

Re: Question to recent Qualcomm CVEs

2024-04-29 Thread Robert Marko
On Mon, 29 Apr 2024 at 15:37, Sven Eckelmann wrote: > > On Monday, 29 April 2024 15:14:18 CEST Kalle Valo wrote: > > It's quite strange that they updated 2.5.0.1 branch first but my > > understanding that there should be updates for the newer 2.7.0.1 branch > > as well (2.7.0.1 branch is also in

Re: Question to recent Qualcomm CVEs

2024-04-29 Thread Sven Eckelmann
On Monday, 29 April 2024 15:14:18 CEST Kalle Valo wrote: > It's quite strange that they updated 2.5.0.1 branch first but my > understanding that there should be updates for the newer 2.7.0.1 branch > as well (2.7.0.1 branch is also in linux-firmware). Yes, I also told them in the support ticket

Re: Question to recent Qualcomm CVEs

2024-04-29 Thread Kalle Valo
Kalle Valo writes: > + ath11k, jeff > > Sven Eckelmann writes: > >> On Monday, 26 February 2024 15:50:44 CET Felix Fietkau wrote: >> [...] The Qualcomm bulletin[1] says "Patches are being actively >>> > shared with OEMs". >>> > >>> > Were these bugfixes made available for OpenWRT? Is

[sdwalker/sdwalker.github.io] f1f5b4: This week's update

2024-04-28 Thread Stephen Walker 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 --- Branch: refs/heads/master

[PATCH 0/2] Add support for ASUS RT-AC3200 and ASUS RT-AC5300

2024-04-28 Thread Arınç ÜNAL via B4 Relay
Hello. This patch series brings support for ASUS RT-AC3200 and ASUS RT-AC5300 on OpenWrt. Note to Rafał, please apply this after backporting the device tree patches for these devices. Signed-off-by: Arınç ÜNAL --- Arınç ÜNAL (2): bcm53xx: add support for ASUS RT-AC3200 and ASUS RT-AC5300

[PATCH 2/2] packages: nvram: add asus,rt-ac{3200,5300} to set_wireless_led_behaviour

2024-04-28 Thread Arınç ÜNAL via B4 Relay
From: Arınç ÜNAL Add ASUS RT-AC3200 and ASUS RT-AC5300 to the set wireless LED behaviour quirk. ASUS RT-AC3200's wireless chip is different than ASUS RT-AC5300's, the environment variables for it are 0:ledbh10 and 1:ledbh10. Signed-off-by: Arınç ÜNAL --- package/utils/nvram/Makefile

[PATCH 1/2] bcm53xx: add support for ASUS RT-AC3200 and ASUS RT-AC5300

2024-04-28 Thread Arınç ÜNAL via B4 Relay
From: Arınç ÜNAL ASUS RT-AC3200 and ASUS RT-AC5300 are AC3200 and AC5300 routers, respectively, featuring 5 Ethernet ports over the integrated Broadcom switch. ASUS RT-AC3200 hardware info: * Processor: Broadcom BCM4709A0 dual-core @ 1.0 GHz * Switch: BCM53012 in BCM4709A0 * DDR3 RAM: 256 MB *

Re: [PATCH 2/2] realtek: add RTL821X_CHIP_ID

2024-04-27 Thread Bjørn Mork
st...@linux-ipv6.be writes: > phy_write_paged(phydev, 31, 27, 0x0002); > val = phy_read_paged(phydev, 31, 28); .. > phy_write_paged(phydev, 0x1f, 0x1b, 0x0002); > val = phy_read_paged(phydev, 0x1f, 0x1c); While you're doing spring cleaning That piece of cut-n-paste

Re: [PATCH 1/2] realtek/rtl839x: respect phy-is-integrated property

2024-04-26 Thread Daniel Golle
Hi Stijn, On Sat, Apr 27, 2024 at 01:40:07AM +0300, st...@linux-ipv6.be wrote: > Respect the phy-is-integrated property on ethernet-phy nodes. > > There are RTL8393M switches where the PHYs at address 48 and 49 are > provided by an external RTL8214FC. Hardcoding them to use the internal > SerDes

[PATCH 2/2] realtek: add RTL821X_CHIP_ID

2024-04-26 Thread stijn
According to the Realtek SDK code, the RTL8214FC, RTL8218B and RTL8218FB all have the same chip ID 0x6276. Let's add a constant for it, as we're using it in more than one location. Signed-off-by: Stijn Tintel --- .../linux/realtek/files-5.15/drivers/net/phy/rtl83xx-phy.c | 6 -- 1 file

[PATCH 1/2] realtek/rtl839x: respect phy-is-integrated property

2024-04-26 Thread stijn
Respect the phy-is-integrated property on ethernet-phy nodes. There are RTL8393M switches where the PHYs at address 48 and 49 are provided by an external RTL8214FC. Hardcoding them to use the internal SerDes makes it impossible to use the ports connected to such an external PHY. Respect the

Re: [PATCH v2 0/4] Base support for Inteno XG6846

2024-04-25 Thread Paul D
On 2024-04-25 22:12, Linus Walleij wrote: > These patches have been cooking for some time, let's > get them moving. > > The idea is to merge this base so we have base support > for the target and then try to work out remaining issues > such as the LED handling. > > To: > > Signed-off-by: Linus

[PATCH v2 3/4] uboot-bmips: Add U-Boot for the BMIPS target

2024-04-25 Thread Linus Walleij
This is needed to boot the BCM6238-based Inteno XG6846. Currently this is restricted to the XG6846 board. Signed-off-by: Linus Walleij --- .github/labeler.yml | 1 + package/boot/uboot-bmips/Makefile | 32 2 files changed, 33 insertions(+) diff

[PATCH v2 4/4] bmips: Build U-Boot into the XG6846 target

2024-04-25 Thread Linus Walleij
It appears that the CFE boot loader found in the XG6846 cannot load kernels over a certain size, and the old relocate hack is not working. What to do? We can build a small U-Boot into the image, make CFE boot that, place the kernel immediately after U-Boot, and use U-Boot to boot the system

[PATCH v2 1/4] bmips: bcm6328: Compile in uImage splitter

2024-04-25 Thread Linus Walleij
Since we split the Inteno XG6846 "firmware" partition with the uImage MTD splitter, we need to compile in support for this splitting method into the BCM6328. Signed-off-by: Linus Walleij --- target/linux/bmips/bcm6328/config-6.1 | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v2 2/4] bmips: Add Inteno XG6846 target

2024-04-25 Thread Linus Walleij
This add a device tree and build options for the XG6846 switch/router to the BMIPS target. Hardware: - SoC: Broadcom BCM6328 - CPU: BMIPS4350 V7.5 - RAM: 64 MB DDR - NOR Flash: 16 MB parallel (CFE and OS) - Ethernet LAN: 4x 1Gbit - Ethernet WAN: 2x 1Gbit, fiber and TP - Buttons: reset -

[PATCH v2 0/4] Base support for Inteno XG6846

2024-04-25 Thread Linus Walleij
These patches have been cooking for some time, let's get them moving. The idea is to merge this base so we have base support for the target and then try to work out remaining issues such as the LED handling. To: Signed-off-by: Linus Walleij --- Changes in v2: - Include U-Boot for BMIPS patch

Offer for distributors and machine service providers

2024-04-25 Thread Hannes Frankrone 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, Is it possible to

Fruits Frozen products

2024-04-25 Thread Maxwell Atlee 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 --- Hi there! Are you interested in

netifd compile errors

2024-04-23 Thread Paul D
commit 33ec3d52cea628df91eb0eb1701e16172c1e - HEAD Problems. the first error was the absence of /home/user/openwrt/staging_dir/target-mips_24kc_musl/usr/include/libubox/udebug.h Had to manually download udebug.h from the libubox repo...? Next error - (c)make cannot seem to find

Re: [iptables] u32 module

2024-04-23 Thread Oldřich Jedlička
Hi, út 23. 4. 2024 v 11:15 odesílatel Ravi Paluri (QUIC) napsal: > > We are seeing same error even on OpenWRT v22.03 > iptables v1.8.7 (legacy): Couldn't load match `u32':No such file or directory > > Can you anyone please guide us? You are combining legacy iptables and nftables. I do not think

RE: [iptables] u32 module

2024-04-23 Thread Ravi Paluri (QUIC)
We are seeing same error even on OpenWRT v22.03 iptables v1.8.7 (legacy): Couldn't load match `u32':No such file or directory Can you anyone please guide us? Thanks, Ravi -Original Message- From: openwrt-devel On Behalf Of Ravi Paluri (QUIC) Sent: Tuesday, April 23, 2024 12:35 PM To:

[iptables] u32 module

2024-04-23 Thread Ravi Paluri (QUIC)
Hi All, On OpenWRT v23.05, we have enabled iptables in addition to nftables. We have a use-case wherein we want to parse first 4 bytes of header (which holds an integer) and match it with another predefined integer. For this matching, we are using u32 module and invoking this module via -m

[PATCH] mediatek: include "kmod-mt7915e" package per device

2024-04-22 Thread Rafał Miłecki
From: Rafał Miłecki mt7915e driver supports MT7915 & MT7916 devices and MT7981 & MT7986 on-SoC wireless controllers. Devices based on MT7988 and possibly other next chipsets are quite unlikely to need it (MT7988 was designed to be used with MT7996). Move kmod-mt7915e to DEVICE_PACKAGES of

[sdwalker/sdwalker.github.io] e288ce: This week's update

2024-04-21 Thread Stephen Walker 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 --- Branch: refs/heads/master

[PATCH 23.05 1/2] mac80211: backport ieee80211_vif_is_mld()

2024-04-19 Thread Rafał Miłecki
From: Rafał Miłecki It's needed by some drivers, e.g. mt7925, see: mt7925/mcu.c:2181:23: error: implicit declaration of function 'ieee80211_vif_is_mld' [-Werror=implicit-function-declaration] Signed-off-by: Rafał Miłecki --- ...-mac80211-warn-only-once-on-AP-probe.patch | 32 ++

[PATCH 23.05 2/2] mac80211: backport ieee80211_set_sband_iftype_data()

2024-04-19 Thread Rafał Miłecki
From: Rafał Miłecki It's needed by some drivers, e.g. mt7925, see: mt7925/main.c:264:9: error: implicit declaration of function '_ieee80211_set_sband_iftype_data' [-Werror=implicit-function-declaration] Signed-off-by: Rafał Miłecki --- ...d-ieee80211_set_sband_iftype_data-he.patch | 49

Re: here we are again: real name 'discussion'

2024-04-18 Thread John Crispin
I do not see anyone from the committers complaining about the revert. If folks felt that a vote was neccesseary, then someone would have started one. I have a feeling that folks are happy with the old status quo and no vote is required.     John On 18.04.24 16:13, Paul D wrote: On

Re: here we are again: real name 'discussion'

2024-04-18 Thread Paul D
On 2024-04-16 16:41, Etienne Champetier wrote: > Le mar. 16 avr. 2024 à 10:34, Paul D a écrit : >> >> On 2024-03-27 23:56, Etienne Champetier wrote: >>> >>> As this is a legal issue, should we get SFC opinion first ? >>> >>> Etienne >>> >> >> Is this happening? > > Sorry I missed your last ping

[PATCH v3] ath79: add support for Dell SonicPoint ACe APL26-0AE

2024-04-17 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Dell/SonicWall APL26-0AE (marketed as SonicPoint ACe) is a dual band wireless access point. End of life as of 2022-07-31. Specification SoC: QualcommAtheros QCA9550 RAM: 256 MB DDR2 Flash: 32 MB SPI NOR WIFI: 2.4 GHz 3T3R integrated 5 GHz 3T3R QCA9890 oversized

Very Urgent Reply!!!!

2024-04-16 Thread Dip Paul Enes
Attention Sir/Madam, I hope this message finds you well. I am writing to inform you of some exciting news regarding the delivery of your consignment. Diplomat James Morgan, who has been mandated by our company to ensure the safe and prompt delivery of your consignment, has just arrived in your

Re: Status of snapshot builds for omap target

2024-04-16 Thread INAGAKI Hiroshi
Hi Raylynn, On 2024/04/11 15:57, Raylynn Knight wrote: Hiroshi, I’m late responding also so no problem. On Apr 8, 2024, at 9:48 PM, INAGAKI Hiroshi wrote: Hi Raylynn, sorry for late reply. From my understanding... On 2024/04/05 4:42, Raylynn Knight via openwrt-devel wrote: If I

Re: here we are again: real name 'discussion'

2024-04-16 Thread Etienne Champetier
Le mar. 16 avr. 2024 à 10:34, Paul D a écrit : > > On 2024-03-27 23:56, Etienne Champetier wrote: > > > > As this is a legal issue, should we get SFC opinion first ? > > > > Etienne > > > > Is this happening? Sorry I missed your last ping This was an open question, I don't know who to contact at

Re: here we are again: real name 'discussion'

2024-04-16 Thread Paul D
On 2024-03-27 23:56, Etienne Champetier wrote: > > As this is a legal issue, should we get SFC opinion first ? > > Etienne  > Is this happening? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[PATCH v2] ath79: add support for Dell SonicPoint ACe APL26-0AE

2024-04-16 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Dell/SonicWall APL26-0AE (marketed as SonicPoint ACe) is a dual band wireless access point. End of life as of 2022-07-31. Specification SoC: QualcommAtheros QCA9550 RAM: 256 MB DDR2 Flash: 32 MB SPI NOR WIFI: 2.4 GHz 3T3R integrated 5 GHz 3T3R QCA9890 oversized

Re: [PATCH] ath79: add support for Dell SonicPoint ACe APL26-0AE

2024-04-16 Thread Tomasz Maciej Nowak
W dniu 15.04.2024 o 14:32, Paul D pisze: > >>> 6. Adjust "ipaddr" (access point) and "serverip" (TFTP server) addresses > Might be an idea to explicitly document these IPs so that dedicated users can > already set their gear to those IPs and just smash enter Will add them in v2, but given the

Re: GPIO numbering and ucidef_add_gpio_switch in kernel 6.6

2024-04-16 Thread Andrey Jr. Melnikov
Robert Marko wrote: > On Mon, 18 Mar 2024 at 06:31, Mathew McBride wrote: > > > > Hi all, > > > > A change in kernel 6.2 ("gpio: Get rid of ARCH_NR_GPIOS (v2)") [1] resulted > > in the GPIO chip base numbers changing on some architectures (x86, arm and > > arm64 were directly modified in that

Re: [PATCH 1/5] uqmi: support C reserved keywords in upstream JSON files

2024-04-15 Thread Alexander 'lynxis' Couzens
Hi Jean, On Wed, 10 Apr 2024 12:25:05 +0200 Jean Thomas wrote: > Add a dummy prefix in case a name in the upstream JSON files is a > C reserved keyword. > > This is the case with the "Register" element of the new "Configure > Profile Event List" message. > > Signed-off-by: Jean Thomas

Re: [PATCH] realtek/rtl839x: Edgecore ECS4100-12PH support

2024-04-15 Thread Stijn Tintel
On 4/04/2024 19:42, INAGAKI Hiroshi wrote: Hi stijn, Hi Hiroshi, I have some comments below. Thanks for reviewing! On 2024/04/04 23:28, st...@linux-ipv6.be wrote: + +    reboot@0 { +    compatible = "edgecore,reboot"; Isn't this a "gpio-restart"? I can't find any informations about

Re: [PATCH] ath79: add support for Dell SonicPoint ACe APL26-0AE

2024-04-15 Thread Paul D
>> 6. Adjust "ipaddr" (access point) and "serverip" (TFTP server) addresses Might be an idea to explicitly document these IPs so that dedicated users can already set their gear to those IPs and just smash enter ___ openwrt-devel mailing list

[sdwalker/sdwalker.github.io] 54e701: This week's update

2024-04-14 Thread Stephen Walker 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 --- Branch: refs/heads/master

Re: OpenWrt One / project update

2024-04-14 Thread Bjørn Mork
Maybe it is possible to deploy the system with secure boot and a protected IDevId key by default, but allowing the user/owner to erase the key and disable secure boot? This way all use cases could be supported, including playing with the BL2 code etc. (I'm sure all of you have noticed, but I'm

Re: OpenWrt One / project update

2024-04-14 Thread Michael Richardson
Bjørn Mork wrote: > Michael Richardson writes: >> Having orange and red pieces "secured" *does* mean that u-boot updates would >> have to come from openwrt. > Does it? Is it possible to modify the BL2 to verify signatures of the > BL31 and BL32 stages only? I don't

Re: OpenWrt One / project update

2024-04-13 Thread Enrico Mioso
Fixing typos to make the whole message clearer. On Sun, Apr 14, 2024 at 01:03:04AM +0200, Enrico Mioso wrote: > On Fri, Apr 12, 2024 at 05:30:35PM -0400, Michael Richardson wrote: > > > > Daniel Golle wrote: > > >> In the first PDF, there is mention of: > > >> Security Support 2 *

Re: OpenWrt One / project update

2024-04-13 Thread Enrico Mioso
On Fri, Apr 12, 2024 at 05:30:35PM -0400, Michael Richardson wrote: > > Daniel Golle wrote: > >> In the first PDF, there is mention of: > >> Security Support 2 * 256-bit multi-key on OTP eFuse > >> Support 64 version OTP eFuse for anti-rollback > > > Those features require

Re: [PATCH] ath79: add support for Dell SonicPoint ACe APL26-0AE

2024-04-13 Thread Tomasz Maciej Nowak
W dniu 13.04.2024 o 16:05, Tomasz Maciej Nowak pisze: > From: Tomasz Maciej Nowak > > Dell/SonicWall APL26-0AE (marketed as SonicPoint ACe) is a dual band > wireless access point. > > Specification > SoC: QualcommAtheros QCA9550 > RAM: 256 MB DDR2 > Flash: 32 MB SPI NOR > WIFI: 2.4 GHz 3T3R

[PATCH] ath79: add support for Dell SonicPoint ACe APL26-0AE

2024-04-13 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Dell/SonicWall APL26-0AE (marketed as SonicPoint ACe) is a dual band wireless access point. Specification SoC: QualcommAtheros QCA9550 RAM: 256 MB DDR2 Flash: 32 MB SPI NOR WIFI: 2.4 GHz 3T3R integrated 5 GHz 3T3R QCA9890 oversized Mini PCIe card Ethernet: 2x

Re: OpenWrt One / project update

2024-04-13 Thread Bjørn Mork
Michael Richardson writes: > Having orange and red pieces "secured" *does* mean that u-boot updates would > have to come from openwrt. Does it? Is it possible to modify the BL2 to verify signatures of the BL31 and BL32 stages only? If not, is it feasible to deploy an automated fip.bin signer,

Re: OpenWrt Summit 2024 & Battlemesh v16 Announcement

2024-04-12 Thread Denver Gingerich
On Fri, Apr 12, 2024 at 11:58:19PM +, Eric wrote: > On Thursday, April 11th, 2024 at 22:19, Denver Gingerich > wrote: > > > On Fri, Apr 12, 2024 at 06:34:08AM +0200, John Crispin wrote: > > > > > On 12.04.24 02:19, David Bauer via openwrt-devel wrote: > > > > > > > can you share which

Re: OpenWrt Summit 2024 & Battlemesh v16 Announcement

2024-04-12 Thread Eric 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 --- On Thursday, April 11th, 2024 at

Re: OpenWrt One / project update

2024-04-12 Thread Daniel Golle
On Fri, Apr 12, 2024 at 05:37:22PM -0400, Michael Richardson wrote: > > John Crispin wrote: > >> using OP-TEE and fTPM. > > > pretty high on my list once we find the time > > > > https://trustedfirmware-a.readthedocs.io/en/latest/components/spd/index.html > > >

Re: OpenWrt One / project update

2024-04-12 Thread Michael Richardson
John Crispin wrote: >> using OP-TEE and fTPM. > pretty high on my list once we find the time > https://trustedfirmware-a.readthedocs.io/en/latest/components/spd/index.html > https://trustedfirmware-a.readthedocs.io/en/latest/components/spd/optee-dispatcher.html Where you

Re: OpenWrt One / project update

2024-04-12 Thread Michael Richardson
Daniel Golle wrote: >> In the first PDF, there is mention of: >> Security Support 2 * 256-bit multi-key on OTP eFuse >> Support 64 version OTP eFuse for anti-rollback > Those features require proprietary tools provided by MediaTek only to > clients under NDA. Unless some

Re: OpenWrt One / project update

2024-04-12 Thread John Crispin
using OP-TEE and fTPM. pretty high on my list once we find the time https://trustedfirmware-a.readthedocs.io/en/latest/components/spd/index.html https://trustedfirmware-a.readthedocs.io/en/latest/components/spd/optee-dispatcher.html ___

Re: OpenWrt One / project update

2024-04-12 Thread Daniel Golle
On Fri, Apr 12, 2024 at 01:38:01PM -0400, Michael Richardson wrote: > > John Crispin wrote: > > On 12.04.24 15:30, Michael Richardson wrote: > >> Is the MT7981B specification available publically at this point? > >> > >> I can find a 7986 sheet on hackaday, but who knows how it

Re: OpenWrt One / project update

2024-04-12 Thread Michael Richardson
John Crispin wrote: > On 12.04.24 15:30, Michael Richardson wrote: >> Is the MT7981B specification available publically at this point? >> >> I can find a 7986 sheet on hackaday, but who knows how it differs (marketing >> people and their numbers) >> > Hi >

Re: OpenWrt One / project update

2024-04-12 Thread John Crispin
On 12.04.24 15:30, Michael Richardson wrote: Is the MT7981B specification available publically at this point? I can find a 7986 sheet on hackaday, but who knows how it differs (marketing people and their numbers) Hi http://mirror2.openwrt.org/docs/     John

Re: OpenWrt One / project update

2024-04-12 Thread Michael Richardson
Is the MT7981B specification available publically at this point? I can find a 7986 sheet on hackaday, but who knows how it differs (marketing people and their numbers) signature.asc Description: PGP signature ___ openwrt-devel mailing list

Re: OpenWrt Summit 2024 & Battlemesh v16 Announcement

2024-04-11 Thread Denver Gingerich
On Fri, Apr 12, 2024 at 06:34:08AM +0200, John Crispin wrote: > On 12.04.24 02:19, David Bauer via openwrt-devel wrote: > > can you share which identifier was assigned for OpenWrt? I don't see it > > in the list of the > > IEEE yet. > > The process is still pending. SFC needs to register the OUI

Re: OpenWrt Summit 2024 & Battlemesh v16 Announcement

2024-04-11 Thread John Crispin
On 12.04.24 02:19, David Bauer via openwrt-devel wrote: can you share which identifier was assigned for OpenWrt? I don't see it in the list of the IEEE yet. The process is still pending. SFC needs to register the OUI block as "does business as" to make sure OpenWrt shows up as the name.   

Re: OpenWrt Summit 2024 & Battlemesh v16 Announcement

2024-04-11 Thread David Bauer 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 --- Hi John, can you share which

Re: OpenWrt One / project update

2024-04-11 Thread Ivan Ivanov
> Bjørn Mork wrote: "And I consider immutable source-less compiled binary blobs > the absolute worst kind of all binary blobs. > They are impossible to debug and fix, and have exactly no theoretical chance > of ever been replaced by an open source alternative, even in the wettest > libre

Re: OpenWrt One / project update

2024-04-11 Thread Daniel Golle
Hi Ivan, On Thu, Apr 11, 2024 at 10:15:58AM +, Ivan Ivanov wrote: > > there are no Wifi-5+ chips on the market that can run without blobs > > This is true, but at the same time - undoubtedly - some chips are more > likely to be liberated from blobs than the others. Some WiFi chip may > have

Re: OpenWrt One / project update

2024-04-11 Thread Paul D
On 2024-04-11 10:52, Bjørn Mork wrote: > Ivan Ivanov writes: > >>> SOC: MediaTek MT7981B , Wi-Fi: MediaTek MT7976C >> >> Are these Mediateks capable of working without any binary blobs, at >> least in theory? > > A simple question back to you: Could you please list the wifi chips you > know of

Re: OpenWrt One / project update

2024-04-11 Thread Bjørn Mork
Ivan Ivanov writes: > BootROM is considered by Free Software Foundation as a part of > hardware And I consider immutable source-less compiled binary blobs the absolute worst kind of all binary blobs. They are impossible to debug and fix, and have exactly no theoretical chance of ever been

Re: OpenWrt One / project update

2024-04-11 Thread Ivan Ivanov
> there are no Wifi-5+ chips on the market that can run without blobs This is true, but at the same time - undoubtedly - some chips are more likely to be liberated from blobs than the others. Some WiFi chip may have been partially researched (i.e. someone tried to reverse-engineer its binary

Re: OpenWrt One / project update

2024-04-11 Thread Piotr Dymacz
Hi, On 11.04.2024 10:52, Bjørn Mork wrote: Ivan Ivanov writes: SOC: MediaTek MT7981B , Wi-Fi: MediaTek MT7976C Are these Mediateks capable of working without any binary blobs, at least in theory? A simple question back to you: Could you please list the wifi chips you know of which ether

Re: OpenWrt One / project update

2024-04-11 Thread Bjørn Mork
Ivan Ivanov writes: >> SOC: MediaTek MT7981B , Wi-Fi: MediaTek MT7976C > > Are these Mediateks capable of working without any binary blobs, at > least in theory? A simple question back to you: Could you please list the wifi chips you know of which ether have a) completely open source firmware,

Re: OpenWrt One / project update

2024-04-11 Thread Felix Fietkau
On 11.04.24 10:15, Ivan Ivanov wrote: SOC: MediaTek MT7981B , Wi-Fi: MediaTek MT7976C Are these Mediateks capable of working without any binary blobs, at least in theory? (i.e. some existent reverse-engineering research) If not, why have they been chosen in particular? IMHO the "OpenWRT One"

Re: OpenWrt One / project update

2024-04-11 Thread Ivan Ivanov
> SOC: MediaTek MT7981B , Wi-Fi: MediaTek MT7976C Are these Mediateks capable of working without any binary blobs, at least in theory? (i.e. some existent reverse-engineering research) If not, why have they been chosen in particular? IMHO the "OpenWRT One" project hardware should not be worse

Re: here we are again: real name 'discussion'

2024-04-11 Thread Ivan Ivanov
> My 2 cent on the problem of permitting nick is that if we accept that, > some funny guy might use nickname like "ExtraHardCockSucker" > and we wouldn't have anything to say about it and have to accept > it if the contribution is correct. An immature person who uses such a nickname - is quite

Re: Status of snapshot builds for omap target

2024-04-11 Thread Raylynn Knight 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 --- Hiroshi, I’m late responding

Re: Scripting question how to filter list of files based on globs

2024-04-10 Thread Paul D
> It's not beautiful, but it works: > > xargs -a blacklist.txt -I {} sh -c 'find package \( -name "$1" -prune \) -o > -type f -print' sh {} > > I take that back - no it doesn't :/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: Scripting question how to filter list of files based on globs

2024-04-10 Thread Paul D
On 2024-04-10 16:45, Philip Prindeville wrote: > > >> On Apr 9, 2024, at 6:03 PM, Paul D wrote: >> >> On 2024-04-09 23:30, Philip Prindeville via openwrt-devel wrote: >>> I'm trying to modify a script generates a list of filenames one per >>> line, but should be filtered against a blacklist of

Re: OpenWrt Summit 2024 & Battlemesh v16 Announcement

2024-04-10 Thread John Crispin
Hi We will auction off one or two OpenWrt One. The first 15 EVT samples have been tested, and a new production run of 100 DVT samples will start shortly. these 100 samples will have OpenWrt OUI macs and calibration data. the winners of the auction will receive samples via express courier

Re: OpenWrt Summit 2024 & Battlemesh v16 Announcement

2024-04-10 Thread John Crispin
Hi, We will auction off one or two OpenWrt One. The first 15 samples have been tested, an ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: Scripting question how to filter list of files based on globs

2024-04-10 Thread Philip Prindeville 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 --- > On Apr 9, 2024, at 6:03 PM,

[PATCH 4/5] uqmi: create function to print radio interface string

2024-04-10 Thread Jean Thomas
Signed-off-by: Jean Thomas --- commands-nas.c | 46 +- 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/commands-nas.c b/commands-nas.c index d791fee..d06934f 100644 --- a/commands-nas.c +++ b/commands-nas.c @@ -97,6 +97,33 @@

[PATCH 3/5] uqmi: Add basic 5G NR support

2024-04-10 Thread Jean Thomas
* Add 5G NR to supported networks in DMS --get-capabilities. * Add 5G NR to supported mode in NAS --set-network-modes. * Add 5G NR signal information to NAS --get-signal-info. * Add 5G NR system information to NAS --get-system-info. * Add 5G NR to supported radios in NAS --get-tx-rx-info. * Add 5G

[PATCH 5/5] uqmi: print radio interfaces in serving system command

2024-04-10 Thread Jean Thomas
Add a "radio_interface" array to the NAS --get-serving-system command. Signed-off-by: Jean Thomas --- commands-nas.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/commands-nas.c b/commands-nas.c index d06934f..8865fc4 100644 --- a/commands-nas.c +++

[PATCH 1/5] uqmi: support C reserved keywords in upstream JSON files

2024-04-10 Thread Jean Thomas
Add a dummy prefix in case a name in the upstream JSON files is a C reserved keyword. This is the case with the "Register" element of the new "Configure Profile Event List" message. Signed-off-by: Jean Thomas --- data/gen-common.pm | 52 +- 1 file

OpenWrt Summit 2024 & Battlemesh v16 Announcement

2024-04-10 Thread Arınç ÜNAL
Hello everyone! We're doing an OpenWrt summit this year. We're inviting all OpenWrt enthusiasts to join us at the event. We will auction off one or two OpenWrt One. And we will have a big cake for OpenWrt's 20 year anniversary. It's going to be a relaxed event full of social activities with

Re: OpenWrt One / project update

2024-04-10 Thread Bjørn Mork
Michael Richardson writes: > Bjørn Mork wrote: > > > I assume the private key must be protected on the device. What are the > > hardware requirements? > > There are no hard and fast rules. It certainly would be best if it's in some > enclave. But, my take is that something is better

[RFC PATCH 1/1] config: use network interface 'dns_search' and dhcp 'domain'

2024-04-09 Thread Paul Donald
From: Paul Donald Now DNSSL Option 31 inherit the search list from an 'interface' also. ( A behaviour described in LuCI, but did not seem to exist before ). ICMPv6 Option (DNS Search List Option lan lalala) Type: DNS Search List Option (31) Length: 4 (32 bytes) Reserved

[RFC PATCH 0/1] odhcpd uses also interafce dns_search

2024-04-09 Thread Paul Donald
From: Paul Donald Applies to master d8118f6e76e5519881f9a37137c3a06b3cb60fd2 Na??ve implementation. Works well. Might have drawbacks: it parses interfaces, so if they happen to have the same parameter names, ??? The idea seems worth implementing. Paul Donald (1): config: use network

Re: here we are again: real name 'discussion'

2024-04-09 Thread Paul D
On 2024-03-27 23:56, Etienne Champetier wrote: > > > (On my phone, Gmail mobile only sends html emails, sorry for that) > > As this is a legal issue, should we get SFC opinion first ? > > Etienne  > When can we know the result of such an opinion?

Re: Scripting question how to filter list of files based on globs

2024-04-09 Thread Paul D
On 2024-04-09 23:30, Philip Prindeville via openwrt-devel wrote: > I'm trying to modify a script generates a list of filenames one per > line, but should be filtered against a blacklist of file globs. > > Something like: > > % find dir -print | grep -v -f blacklist I got this. When I run it

Re: snort3 (at least) not building in 23.05

2024-04-09 Thread Eric 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 --- > On Tuesday, April 9th, 2024 at

Re: snort3 (at least) not building in 23.05

2024-04-09 Thread Eric 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 --- Sent with Proton Mail secure

Scripting question how to filter list of files based on globs

2024-04-09 Thread Philip Prindeville 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 --- Hi, I'm trying to modify a

Scripting question how to filter list of files based on globs

2024-04-09 Thread Philip Prindeville 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 --- Hi, I'm trying to modify a

Re: snort3 (at least) not building in 23.05

2024-04-09 Thread Hannu Nyman
Source code is your friend... My two cents are on the backport of the HAS_LUAJIT_ARCH dependency to snort3. Main/master shows that symbol definition: ``` .config - OpenWrt Configuration  > Search (LUAJIT)  

Re: snort3 (at least) not building in 23.05

2024-04-09 Thread Jonas Gorski
Hi Eric, On Tue, 9 Apr 2024 at 18:59, Eric via openwrt-devel wrote: > > 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

Re: snort3 (at least) not building in 23.05

2024-04-09 Thread Eric 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 --- On Tuesday, April 9th, 2024 at

Re: snort3 (at least) not building in 23.05

2024-04-09 Thread Oldřich Jedlička
Hi Eric, út 9. 4. 2024 v 19:00 odesílatel Eric via openwrt-devel napsal: > > 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 >

snort3 (at least) not building in 23.05

2024-04-09 Thread Eric 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 --- I noticed this before, but never

[PATCH] system-linux.c: Allow user to set fixed speed with and without autonegotiation.

2024-04-09 Thread Markus Gothe
On certain types of links, i.e. active ethernet fiber links, we can have both fixed speed and autonegotiation on at the same time. It is, in these cases, not speed which is being auto- negotiatied but the use of pause frames. This fix reverts back to the old behaviour before switching to the new

[PATCH v2 5/7] lldpd: make capabilities advertisement controllable

2024-04-08 Thread Paul Donald
Defaults to off. Only available from >= 1.0.15 These capabilities are sent in TLV. Signed-off-by: Paul Donald --- package/network/services/lldpd/files/lldpd.init | 7 +++ 1 file changed, 7 insertions(+) diff --git a/package/network/services/lldpd/files/lldpd.init

<    1   2   3   4   5   6   7   8   9   10   >