Re: qoriq: Watchguard Firebox M300 source only

2024-10-10 Thread Stijn Tintel
there are no objections within 2 weeks after submission I'll merge it and poke people to reconfigure the buildbots. We can look into everything else on an individual basis. Best, Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [PATCH] realtek: add missing PHY handles for GS1900-10HP

2024-09-22 Thread Stijn Segers
Hi Bjorn, Op zondag 22 september 2024 om 18:29:50 +02:00:00 schreef Bjørn Mork : Stijn Segers writes: Fixes the following error in dmesg: [7.703678] rtl83xx-switch switch@1b00: Port node 24 misses phy-handle [7.711556] rtl83xx-switch switch@1b00: Port node 26

[PATCH] realtek: add missing PHY handles for GS1900-10HP

2024-09-21 Thread Stijn Segers
Fixes the following error in dmesg: [7.703678] rtl83xx-switch switch@1b00: Port node 24 misses phy-handle [7.711556] rtl83xx-switch switch@1b00: Port node 26 misses phy-handle Signed-off-by: Stijn Segers --- target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp.dts | 2 ++ 1

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

2024-05-07 Thread Stijn Tintel
doing spring cleaning That piece of cut-n-paste code looks very funny. I'd gladly do some more spring cleaning, but what's your actual suggestion here? Use hex everywhere instead of mixed hex/base 10? Thanks, Stijn ___ openwrt-devel maili

[PATCH qca-wireless] ipq6018: add BDF for Edgecore EAP101

2024-05-06 Thread stijn
Taken from TIP OpenWiFi: https://github.com/Telecominfraproject/wlan-ap/raw/88d6633c85acd4143cfcb1f0a4fdcfdc88f35f3e/feeds/ipq807x_v5.4/ath11k-wifi/board-edgecore-eap101.bin.IPQ6018 Signed-off-by: Stijn Tintel --- board-edgecore_eap101.ipq6018 | Bin 0 -> 65644 bytes 1 file changed

[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

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

2024-04-26 Thread stijn
not working (D-Link DGS-1210-52, Netgear GS750E, TP-Link SG2452P/T1600G-52PS), use PHYs at a different address (Panasonic SwitchM48EG PN28480K), or already have the phy-is-integrated property set on the PHYs at address 48 and 49. Signed-off-by: Stijn Tintel --- .../realtek/files-5.15/drivers/net

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'

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

2024-04-04 Thread Stijn Tintel
On 4/04/2024 17:28, st...@linux-ipv6.be wrote: Add support for the Edgecore ECS4100-12PH, an 8-port PoE Gigabit Ethernet switch with 2 combo RJ45/SFP and 2 SFP ports. FYI: this patch and WIP changes are also available in my staging tree: https://git.openwrt.org/?p=openwrt/staging/stintel.git;a

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

2024-04-04 Thread Stijn Tintel
On 4/04/2024 18:00, Paul D wrote: On 2024-04-04 16:28, st...@linux-ipv6.be wrote: -netgear,gs110tpp-v1) - ucidef_set_poe 130 "$(filter_port_list "$lan_list" "lan9 lan10")" - ;; If adding a device, surely these remove lines should not be there? Try looking closer. It's called mai

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

2024-04-04 Thread stijn
rade /tmp/openwrt-realtek-rtl839x-edgecore_ecs4100-12ph-squashfs-sysupgrade.bin Signed-off-by: Stijn Tintel --- I took the DTS from the TIP OpenWiFi project. It was introduced in the initial commit of their Github repo [1]. I added gpio1 and label-mac-device, and changed rtl838x-soc in the compatib

Re: [PATCH] scripts: create kernel configuration upgrade script

2024-03-24 Thread Stijn Segers
ged, I can understand any reluctance to adding this functionality, but it's worth asking. Thanks Stijn --- v3: Dust off knowledge of PerlOO. Confine the fast-importer interface to an object. Better layer the lowest I/O layer. If fast-import grows a \0 command separation mode, we

Re: [PATCH] realtek: fix zyxel-vers usage for XGS1250-12

2024-02-04 Thread Stijn Segers
Hi Sander, Op zondag 4 februari 2024 om 13:35:48 +01:00:00 schreef Sander Vanheule : Hi Stijn, On Sun, 2024-02-04 at 13:20 +0100, Stijn Segers wrote: Commit daefc646e6d fixed a shell expansion issue with zyxel-vers usage. Commit 045baca10b1 took care of this checkpatch.pl was complaining

[PATCH] realtek: fix zyxel-vers usage for XGS1250-12

2024-02-04 Thread Stijn Segers
. Signed-off-by: Stijn Segers --- target/linux/realtek/image/rtl930x.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/realtek/image/rtl930x.mk b/target/linux/realtek/image/rtl930x.mk index f55c5c002b..891a18c517 100644 --- a/target/linux/realtek/image/rtl930x.mk

Re: [VOTE] New member proposal: Robimarko (Robert Marko)

2024-01-30 Thread Stijn Segers
-deserved recognition for Robert. So let's push that vote through B-) Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel ___ op

Re: [PATCH] [23.05 / firmware-utils] tplink-safeloader: bump EAP615-Wall compat_level

2024-01-07 Thread Stijn Segers
Hi Sander, Op zondag 7 januari 2024 om 12:18:51 +01:00:00 schreef Sander Vanheule : On Sat, 2024-01-06 at 20:14 +0100, Stijn Segers wrote: Newer EAP615-Walls come with more recent firmware that requires a higher soft_ver_compat_level. Bump ours from 1 to 2 to keep in step. Tested on a

[PATCH] [23.05 / firmware-utils] tplink-safeloader: bump EAP615-Wall compat_level

2024-01-06 Thread Stijn Segers
Newer EAP615-Walls come with more recent firmware that requires a higher soft_ver_compat_level. Bump ours from 1 to 2 to keep in step. Tested on a newer EA615-Wall by grauheier - see forum topic: https://forum.openwrt.org/t/173424/13. Tested-by: Danny Scherer Signed-off-by: Stijn Segers (cherry

Re: [PATCH] firmware-utils: bump compat_level for EAP615-Wall

2023-11-23 Thread Stijn Segers
Thanks! Stijn Op donderdag 23 november 2023 om 19:16:43 +01:00:00 schreef Sander Vanheule : Hi Stijn, On Wed, 2023-11-22 at 18:39 +0100, Stijn Segers wrote: Newer EAP615-Walls come with more recent firmware that requires a higher soft_ver_compat_level. Bump ours from 1 to 2 to keep in

[PATCH] firmware-utils: bump compat_level for EAP615-Wall

2023-11-22 Thread Stijn Segers
Newer EAP615-Walls come with more recent firmware that requires a higher soft_ver_compat_level. Bump ours from 1 to 2 to keep in step. Tested on a newer EA615-Wall by grauheier - see forum topic: https://forum.openwrt.org/t/173424/13. Tested-by: Danny Scherer Signed-off-by: Stijn Segers

Re: A Method of Breaking Git

2023-10-28 Thread Stijn Tintel
.15, but there will be no config-5.15. Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: packages repos: libpcre

2023-10-28 Thread Stijn Tintel
, so you need to ./scripts/feeds install pcre. Do these packages need bumping to another libpcre version? They will need bumping in the near future, but for now pcre (1) still exists in the packages feed. See https://github.com/openwrt/packages/issues/22006. Stijn

[PATCH] hostapd: revert upstream commit to fix #13156

2023-08-04 Thread stijn
s with the same limitation, so revert to the orginal behavior for now, until we have a better solution in place. Fixes: #13156 Signed-off-by: Stijn Tintel --- .../patches/991-Fix-OpenWrt-13156.patch | 63 +++ 1 file changed, 63 insertions(+) create mode 100644 packa

[PATCH] xdp-tools: disable stack protector for BPF programs

2023-07-29 Thread stijn
for target 'bpfeb' [-Werror,-Woption-ignored] Add -fno-stack-protector to BPF_CFLAGS to fix this. Signed-off-by: Stijn Tintel --- package/network/utils/xdp-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/utils/xdp-tools/Makefile b/packa

Re: Matter integration

2023-07-28 Thread Stijn Tintel
this PR merged would help us to get the Matter SDK and related software to build cleanly under OpenWRT. Thanks! [1]https://buildwithmatter.com <https://buildwithmatter.com/> [2]https://github.com/project-chip/connectedhomeip Stijn [1] https://github.com/openwrt/packages/pull

[PATCH] hostapd: add UCI option for Multiple BSSID

2023-05-23 Thread stijn
in Beacon and Probe Response frames of the first interface. This depends on driver and client support. Enabling this will result in all but the first interface not being visible at all for clients that do not support it. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/files

Re: Mark lantiq and omap as source only

2023-05-04 Thread Stijn Segers
a new release to branch off sooner rather than later, >there has been plenty of time for all targets to stabilize on 5.15. I fully agree. Seems source-only is the jolt that omap and lantiq need (I know the latter is a popular target). Lots of people pining for 6.1 support in main etc,

Re: [PATCH firewall4] ruleset: unconditionally allow DNAT traffic

2023-03-09 Thread Stijn Tintel
On 10/03/2023 01:49, st...@linux-ipv6.be wrote: We currently only accept DNAT traffic if there is at least one DNAT rule configured in UCI. This leads to a problem for people wanting to use UPnP, and do not have any DNAT rules configured. In this case, the UPnP daemon sets up the DNAT rules, but

[PATCH firewall4] ruleset: unconditionally allow DNAT traffic

2023-03-09 Thread stijn
packets should ever have this status. Signed-off-by: Stijn Tintel --- root/usr/share/firewall4/templates/ruleset.uc | 4 1 file changed, 4 deletions(-) diff --git a/root/usr/share/firewall4/templates/ruleset.uc b/root/usr/share/firewall4/templates/ruleset.uc index 9537ba2..f57836e 100644

[PATCH odhcpd v2 1/2] router: improve RA logging

2023-02-16 Thread stijn
explains this, but if there is no default route, we silently override ra_lifetime. Add a debug message for the latter case, and explicitly mention overriding ra_lifetime in both cases. Signed-off-by: Stijn Tintel --- src/router.c | 20 +++- 1 file changed, 11 insertions(+), 9 deletions

[PATCH odhcpd v2 2/2] router: always check ra_default

2023-02-16 Thread stijn
, regardless of the interface having public addresses or not. Fixes: #11930 Fixes: 83e14f455817 ("router: advertise removed addresses as invalid in 3 consecutive RAs") Signed-off-by: Stijn Tintel --- src/router.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff -

[PATCH odhcpd 2/2] router: always check ra_lifetime

2023-02-13 Thread stijn
, regardless of the interface having public addresses or not. Fixes: #11930 Fixes: 83e14f455817 ("router: advertise removed addresses as invalid in 3 consecutive RAs") Signed-off-by: Stijn Tintel --- src/router.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff -

[PATCH odhcpd 1/2] router: improve RA logging

2023-02-13 Thread stijn
explains this, but if there is no default route, we silently override ra_lifetime. Add a debug message for the latter case, and explicitly mention overriding ra_lifetime in both cases. Signed-off-by: Stijn Tintel --- src/router.c | 20 +++- 1 file changed, 11 insertions(+), 9 deletions

Re: snapshots mvebu/cortexa9 possible regression in initramfs boot after acd8e94d20

2023-02-06 Thread Stijn Segers
e ... OK > > Starting kernel ... > >acd8e94d20 seems to be the last working revision[2], so 5.15.90 booted fine, >5.15.91 didn't, so maybe thats the culprit? FWIW, a backported 5.15.91 boots fine here on a WRT1200AC with 22.03. Cheers Stijn > >1. >https://gitlab.c

[PATCH] Implement Makefile patch by Stijn Tintel and Robert Marko

2022-12-27 Thread Stijn Tintel via openwrt-devel
> buildinfo: FORCE > $(_SINGLE)$(SUBMAKE) -r diffconfig buildversion feedsversion > > prepare: .config $(tools/stamp-compile) $(toolchain/stamp-compile) > $(_SINGLE)$(SUBMAKE) -r buildinfo > > world: prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install)

Calling all OpenWRT maintainers for an important message

2022-12-27 Thread Stijn Tintel via openwrt-devel
aintainers, Suck my dick. OpenWRT is a shitty project, OSS is dead. Dilate & cope, you will never be real women, tr00ns. Yours sincerely, Stijn Tintel and Robert Marko (pls give us corporate jobs, we're starving in our slavic shitholes

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

2022-12-20 Thread stijn--- via openwrt-devel
using the trusted_firmware-a product name lists many more records, and actually has a CVE linked to it. Therefore, use the CPE ID using the trusted_firmware-a product name. Fixes: 104d60fe94ce ("trusted-firmware-a.mk: add PKG_CPE_ID") Signed-off-by: Stijn Tintel --- include/trusted-firmware

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

2022-12-20 Thread stijn--- via openwrt-devel
ady set in trusted-firmware-a.mk. Signed-off-by: Stijn Tintel --- package/boot/arm-trusted-firmware-sunxi/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/boot/arm-trusted-firmware-sunxi/Makefile b/package/boot/arm-trusted-firmware-sunxi/Makefile index 430d78f7a3..178b3958b8 10

[PATCH] build: add option to use preinit IP as LAN IP

2022-12-07 Thread stijn--- via openwrt-devel
ld options to customize the IP address used in the preinit phase of the boot process, but not to set the default LAN IP. Introduce a boolean build option that, when enabled, results in the IP address configured for the preinit phase, to be also used as the default LAN IP address. Signed-off-by: St

Re: LAN bridge is not working with 5.15.80 [Was: Re: [PATCH v2] mvebu: switch default kernel to 5.15]

2022-12-03 Thread Stijn Segers
Hi Petr, Op zaterdag 3 december 2022 om 11:43:32 +01:00:00 schreef Petr Štetiar : Stijn Segers [2022-12-02 13:36:20]: Hi, * cortexa9 (Turris Omnia - 03f41b1eb2f15ab06d5800274be6a67c64e2a629) that is interesting, is the latest snapshot working for you? That was taken from Rui's c

[PATCH v2] mvebu: switch default kernel to 5.15

2022-12-02 Thread Stijn Segers
RB5009UG+S+IN) Signed-off-by: Stijn Segers --- target/linux/mvebu/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 6a1e0f63f705..2971f3fcaf50 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux

[PATCH] mvebu: switch default kernel to 5.15

2022-12-02 Thread Stijn Segers
) * cortexa72 (MikroTik RB5009UG+S+IN) Signed-off-by: Stijn Segers --- target/linux/mvebu/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 6a1e0f63f705..2971f3fcaf50 100644 --- a/target/linux/mvebu/Makefile +++ b

[PATCH procd] instance: dump netdev params

2022-09-26 Thread stijn
Add the netdev param to the instance_dump function to make it possible to verify this for an existing instance. Signed-off-by: Stijn Tintel --- service/instance.c | 8 1 file changed, 8 insertions(+) diff --git a/service/instance.c b/service/instance.c index 8202d65..9863c7d 100644

Re: [PATCH] build: always set CONFIG_IPV6

2022-08-18 Thread Stijn Tintel
On 18/08/2022 17:03, Thibaut wrote: >> Le 18 août 2022 à 15:40, Stijn Tintel a écrit : >> >> On 16/08/2022 20:00, Thibaut VARÈNE wrote: >>> Disabling this build tunable breaks build and seems unrealistically >>> likely to be fixed. >>> >>>

Re: [PATCH] build: always set CONFIG_IPV6

2022-08-18 Thread Stijn Tintel
. If we're always going to set it to yes, just drop the option entirely and enable it in the generic kernel configs. Aside from that: Acked-by: Stijn Tintel ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwr

[PATCH] hostapd: add mbo flag to get_clients ubus method

2022-08-11 Thread Stijn Tintel
There is no WLAN_STA_MBO flag, but according to the hostapd source code, when an STA does not support MBO, cell_capa will be 0. Use this to indicate MBO support in the get_clients ubus method. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/src/src/ap/ubus.c | 4 1 file

[PATCH] kernel: extract kmod-sched-act-ipt from kmod-sched

2022-08-11 Thread Stijn Tintel
There is only one module in kmod-sched that depends on iptables. Move it to its own kmod package so we can drop the kmod-ipt-core dependency from kmod-sched. This makes it possible to disable all kmod-ipt-* packages without having to disable kmod-sched. Signed-off-by: Stijn Tintel --- package

Re: [PATCH] ramips: use Sercomm parser for R6800 and clones

2022-07-24 Thread Stijn Segers
Hi, Op zondag 24 juli 2022 om 13:39:20 +02:00:00 schreef Stijn Segers : Use the bad block parser introduced in 77692d6112 for the NETGEAR R6800 and its clones: R6700 v2, R6900 v2, R7200 and R7450. Tested on a R6800. Signed-off-by: Stijn Segers Should have put this in the patch message

[PATCH] ramips: use Sercomm parser for R6800 and clones

2022-07-24 Thread Stijn Segers
Use the bad block parser introduced in 77692d6112 for the NETGEAR R6800 and its clones: R6700 v2, R6900 v2, R7200 and R7450. Tested on a R6800. Signed-off-by: Stijn Segers --- target/linux/ramips/dts/mt7621_netgear_sercomm_bzv.dtsi | 9 - 1 file changed, 8 insertions(+), 1 deletion

Re: [PATCH 4/5] kernel: netsupport: Add kmod-sched-act-sample

2022-07-21 Thread Stijn Tintel
\ + $(LINUX_DIR)/net/psample/psample.ko + AUTOLOAD:=$(call AutoProbe, psample act_sample) We generally try to maintain alphabetical order in lists, so please order paths and module names alphabetically. Thanks, Stijn ___ openwrt-devel mailing list openwrt

Re: [PATCH 1/5] kernel: netsupport: kmod-sched: explicitly define included modules

2022-07-21 Thread Stijn Tintel
changes of this commit. Thanks, Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [PATCH] kernel/crypto: fix crypto-lib-curve25519 x86_64 build

2022-07-21 Thread Stijn Tintel
get added. Can you please elaborate why this is needed? My x86/64 image contains curve25519_x86_64.ko without this change. It works with x86/64 because of [1] and BOARD is x86 for the x86 target. Thanks, Stijn [1] https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=include/kernel.mk;h

Re: [PATCH 4/4] hostapd: support MBO in bss_transition_request

2022-06-27 Thread Stijn Tintel
On 28/06/2022 02:05, Strontium wrote: Hi Stijn, I am wanting to test these patches on an AP.  Is this a case of applying this, configure MBO enabled, and it just works?  I ask, because it looks like a daemon of some kind needs to manage the MBO transitions of the attached STA using UBUS

Re: [PATCH 2/4] hostapd: enable MBO if 802.11ax is enabled

2022-06-24 Thread Stijn Tintel
On 23/06/2022 00:47, David Bauer wrote: Hi Stijn, On 6/21/22 15:36, Stijn Tintel wrote: Multi Band Operation is required for 802.11ax certification, so let's enable it if 802.11ax support is enabled. I'd suggest we enable it for the -full build variants unconditionally. Exclusi

RE: [PATCH] x86/c3000: Add Intel SoC C3000 series

2022-06-24 Thread Stijn Segers
ome. Does this full commitment mean Intel will be contributing resources, or donating to compensate for the added maintenance burden? Asking for a friend. Cheers Stijn >5. We want to keep some C3000 features on the subtarget. Some X86 >openwrt is Soft-routing. We don&#x

Re: [PATCH 3/4] hostapd: introduce mbo option

2022-06-22 Thread Stijn Tintel
On 21/06/2022 18:19, Andre Valentin wrote: Hello Stijn! Am 21.06.22 um 15:36 schrieb Stijn Tintel: Introduce a new option mbo to toggle Multi Band Operation aka Agile Multiband for a BSS. As the specification requires APs to support OTA when FT is supported, force OTA on when FT is enabled

[PATCH 1/4] hostapd: add config symbol to enable MBO

2022-06-21 Thread Stijn Tintel
Multi Band Operation aka Agile Multiband introduces new Transition and Transition Rejection Reason Codes that should improve client steering. Add a config symbol to enable it. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/Config.in | 9 + package/network/services

[PATCH 3/4] hostapd: introduce mbo option

2022-06-21 Thread Stijn Tintel
Introduce a new option mbo to toggle Multi Band Operation aka Agile Multiband for a BSS. As the specification requires APs to support OTA when FT is supported, force OTA on when FT is enabled. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/files/hostapd.sh | 13

[PATCH 2/4] hostapd: enable MBO if 802.11ax is enabled

2022-06-21 Thread Stijn Tintel
Multi Band Operation is required for 802.11ax certification, so let's enable it if 802.11ax support is enabled. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/services/hostapd/Config.in b/pa

[PATCH 4/4] hostapd: support MBO in bss_transition_request

2022-06-21 Thread Stijn Tintel
Support the use of MBO in the bss_transition_request ubus method. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/README.md| 3 + .../services/hostapd/src/src/ap/ubus.c| 61 ++- 2 files changed, 61 insertions(+), 3 deletions(-) diff --git a/package

Re: [PATCH] realtek: make Netgear GS108T v3 u-boot env partition writable

2022-06-19 Thread Stijn Segers
Hi, Op vrijdag 17 juni 2022 om 09:54:56 +02:00:00 schreef Bjørn Mork : Sander Vanheule writes: On Thu, 2022-06-16 at 22:28 +0200, Stijn Segers wrote: Signed-off-by: Stijn Segers You need to add at least one line describing why this change is needed; now you only have a commit title

[PATCH v2] realtek: make Netgear GS1xx u-boot env partition writable

2022-06-19 Thread Stijn Segers
Make the u-boot environment partition for the NETGEAR GS108T v3 and GS110TPP writable (they share a DTS), so the values can be manipulated from userspace. See https://forum.openwrt.org/t/57875/1567 for a real world example. Signed-off-by: Stijn Segers --- target/linux/realtek/dts-5.10

[PATCH] realtek: make Netgear GS108T v3 u-boot env partition writable

2022-06-16 Thread Stijn Segers
Signed-off-by: Stijn Segers --- target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_1xx.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_1xx.dtsi b/target/linux/realtek/dts-5.10/rtl8380_netgear_gigabit_1xx.dtsi index 7eccfcb5a2

Re: [PATCH v3] ath79: D-Link DAP-2680: select QCA9984 firmware

2022-06-06 Thread Stijn Segers
Hi Sander, Op vrijdag 27 mei 2022 om 14:18:19 +02:00:00 schreef Sander Vanheule : Hi Stijn, Allesandro, On Sat, 2022-05-21 at 22:59 +0200, Stijn Segers wrote: The DAP-2680 has a QCA9984 radio [1], but the commit adding support mistakenly adds the QCA99x0 firmware package. See forum topic

[PATCH 2/2] iw: bump to 5.19

2022-06-06 Thread Stijn Tintel
features 0976378 info: refactor extended features 79f20cb bump version to 5.19 Sync nl80211.h with our version of mac80211 and remove parts of the iw code that are not supported by our version of mac80211. Signed-off-by: Stijn Tintel --- package/network/utils/iw/Makefile | 4 +- .

[PATCH 1/2] wireless-regdb: bump to 2022.06.06

2022-06-06 Thread Stijn Tintel
) on 6GHz 2ed39be wireless-regdb: Remove AUTO-BW from 6 GHz rules 7a6ad1a wireless-regdb: Unify 6 GHz rules for EU contries 68a8f2f wireless-regdb: update regulatory database based on preceding changes Signed-off-by: Stijn Tintel --- package/firmware/wireless-regdb/Makefile

[PATCH v3] ath79: D-Link DAP-2680: select QCA9984 firmware

2022-05-21 Thread Stijn Segers
: add support for D-Link DAP-2680 A1") Signed-off-by: Stijn Segers Tested-by: Alessandro Fellin --- v2: Fix typo (QCA998x -> QCA99x0) v3: Proper 'Fixes' tag (thanks svanheule) target/linux/ath79/image/generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t

[PATCH v2] ath79: D-Link DAP-2680: select QCA9984 firmware

2022-05-21 Thread Stijn Segers
-dap-2680/ Signed-off-by: Stijn Segers Tested-by: Alessandro Fellin --- target/linux/ath79/image/generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 4f36a08ff4..9729eb7555 100644 --- a

[PATCH] ath79: D-Link DAP-2680: select QCA9984 firmware

2022-05-21 Thread Stijn Segers
-dap-2680/ Signed-off-by: Stijn Segers Tested-by: Alessandro Fellin --- target/linux/ath79/image/generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 4f36a08ff4..9729eb7555 100644 --- a

Re: [PATCH] ramips: use hotplug script for EAP615-Wall MACs

2022-05-18 Thread Stijn Segers
Hi Stijn, Op dinsdag 17 mei 2022 om 17u57 schreef Stijn Tintel : Using nvmem-cells to set the MAC address for a DBDC device results in both PHY devices using the same MAC address. This in turn will result in multiple BSSes using the same BSSID, which can cause various problems. Use the

[PATCH] ramips: use hotplug script for EAP615-Wall MACs

2022-05-17 Thread Stijn Tintel
: a1b8a4d7b3ff ("ramips: support TP-Link EAP615-Wall") Signed-off-by: Stijn Tintel --- target/linux/ramips/dts/mt7621_tplink_eap615-wall-v1.dts | 2 -- .../mt7621/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac | 4 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ta

[RFC PATCH] hostapd: document ubus methods

2022-05-17 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- An attempt at documenting the ubus methods OpenWrt patches into hostapd. Adding the people who added those methods in CC, please review all methods you added and ack or nack with suggested corrections or improvements. package/network/services/hostapd/README.md

[PATCH] firmware-utils: tplink-safeloader: add support for Archer A6 v2 (EU)

2022-05-08 Thread Stijn Segers
The Archer A6 v2 (EU) matches the C6 v2 (EU) and uses the same firmware ID. See also https://forum.openwrt.org/t/tp-link-archer-a6-v2-0-cannot-install/119403/34. Tested-by: Kamil Jońca Signed-off-by: Stijn Segers --- src/tplink-safeloader.c | 1 + 1 file changed, 1 insertion(+) diff --git a

[PATCH v2 11/11] kernel: add KERNEL_BPF_EVENTS config option

2022-04-03 Thread Stijn Tintel
This is required to use BPF maps of type BPF_MAP_TYPE_PERF_EVENT_ARRAY for sending data from BPF programs to user-space for post-processing or logging. Signed-off-by: Stijn Tintel --- config/Config-kernel.in | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config

[PATCH v2 07/11] layerscape/armv8_64b: enable DEBUG_INFO_REDUCED

2022-04-03 Thread Stijn Tintel
x27;s simply drop this symbol from the subtarget config. This way, we have consistency across the tree, and we do not have to introduce a special case when moving this symbol to an OpenWrt kernel config option. Signed-off-by: Stijn Tintel --- target/linux/layerscape/armv8_64b/config-5.10 | 1 - 1

[PATCH v2 10/11] config: limit CONFIG_DEBUG_INFO to top-level generic configs

2022-04-03 Thread Stijn Tintel
From: Tony Ambardar Remove redundant target-level entries, noting that these settings will be configured from "Kernel build options" of Kconfig. Signed-off-by: Tony Ambardar Signed-off-by: Felix Fietkau [remove from new configs introduced after patch submission] Signed-off-by: St

[PATCH v2 06/11] kernel: backport build fix for tools/resolve_btfids

2022-04-03 Thread Stijn Tintel
Building tools/resolve_btfids requires libelf and zlib. Without this build fix, the kernel build system will not find these dependencies. Signed-off-by: Stijn Tintel --- ...resolve_btfids-Build-with-host-flags.patch | 54 +++ ...resolve_btfids-Build-with-host-flags.patch | 54

[PATCH v2 09/11] build: add option KERNEL_DEBUG_INFO_BTF

2022-04-03 Thread Stijn Tintel
result in undefined behaviour. Signed-off-by: Tony Ambardar Signed-off-by: Felix Fietkau [split DEBUG_INFO_REDUCED into separate commit, add dependency] Signed-off-by: Stijn Tintel --- config/Config-kernel.in | 14 ++ 1 file changed, 14 insertions(+) diff --git a/config/Config-kernel.i

[PATCH v2 05/11] tools/dwarves: add host package

2022-04-03 Thread Stijn Tintel
: Felix Fietkau [bump to 1.23, add elfutils dep, drop host lib usage, drop cmake release target, use RM macro] Signed-off-by: Stijn Tintel --- toolchain/Config.in| 8 tools/Makefile | 2 ++ tools/dwarves/Makefile | 35 +++ 3 files changed, 45

[PATCH v2 04/11] build: use KBUILD_HOSTLDFLAGS

2022-04-03 Thread Stijn Tintel
According to the GNU make manual, specifying library paths should be done in LDFLAGS rather than LDLIBS. Replace KBUILD_HOSTLDLIBS with KBUILD_HOSTLDFLAGS to pass the host lib directory. Signed-off-by: Stijn Tintel --- include/kernel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH v2 08/11] kernel: add DEBUG_INFO_REDUCED config option

2022-04-03 Thread Stijn Tintel
Add DEBUG_INFO_REDUCED as a kernel config option and remove it from the kernel configs. This is in preparation of the upcoming option to enable BTF typeinfo, which is incompatible with DEBUG_INFO_REDUCED. Signed-off-by: Stijn Tintel --- config/Config-kernel.in | 14

[PATCH v2 01/11] elfutils: move host build to tools

2022-04-03 Thread Stijn Tintel
when not building on macOS. Signed-off-by: Stijn Tintel --- package/libs/elfutils/Makefile | 4 tools/Makefile | 3 +++ tools/elfutils/Makefile| 32 3 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 tools/elfutils

[PATCH v2 03/11] build: drop HOST_LOADLIBES

2022-04-03 Thread Stijn Tintel
HOST_LOADLIBES was renamed to KBUILD_HOSTLDLIBS in kernel 4.19. As the oldest kernel version we support is 5.10, cleanup HOST_LOADLIBES use. Signed-off-by: Stijn Tintel --- include/kernel-build.mk | 1 - include/kernel.mk | 1 - 2 files changed, 2 deletions(-) diff --git a/include/kernel

[PATCH v2 00/11] BPF events and Type Format support

2022-04-03 Thread Stijn Tintel
/openwrt/pull/3855 [3] https://github.com/openwrt/openwrt/pull/9362 Stijn Tintel (8): elfutils: move host build to tools bpf-headers: drop HOST_LOADLIBES build: drop HOST_LOADLIBES build: use KBUILD_HOSTLDFLAGS kernel: backport build fix for tools/resolve_btfids layerscape/armv8_64b

[PATCH v2 02/11] bpf-headers: drop HOST_LOADLIBES

2022-04-03 Thread Stijn Tintel
HOST_LOADLIBES was renamed to KBUILD_HOSTLDLIBS in kernel 4.19. As the oldest kernel version we support is 5.10, cleanup HOST_LOADLIBES use. Signed-off-by: Stijn Tintel --- package/kernel/bpf-headers/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/kernel/bpf-headers/Makefile

[PATCH] kernel: enable SERIAL_8250_16550A_VARIANTS

2022-03-14 Thread Stijn Tintel
WatchGuard Firebox M200 to the qoriq target, where it caused some characters to be missing on the console output. Reported-by: Matt Fawcett Signed-off-by: Stijn Tintel --- target/linux/generic/config-5.10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/con

Re: Drop CONFIG_IPV6 ?

2022-03-14 Thread Stijn Tintel
CONFIG_IPV6 from OpenWrt. > This would also allow to simplify packaging of some core components. > > Is anyone disabling CONFIG_IPV6 ? Not me > Do people agree we can drop CONFIG_IPV6 ? Yes > Should we do this before we branch 22.x ? As we're alr

Re: [PATCH 2/6] tools/dwarves: add host package

2022-02-28 Thread Stijn Tintel
/dwarves/Makefile >> @@ -12,14 +12,12 @@PKG_LICENSE:=GPL-2.0-only >> PKG_LICENSE_FILES:=COPYING >> >> HOST_BUILD_PARALLEL:=1 >> +PKG_BUILD_DEPENDS:=elfutils/host >> >> include $(INCLUDE_DIR)/host-build.mk >> include $(INCLUDE_DIR)/cmake.mk >> >> CM

Re: [PATCH] image: let mksquashfs4 use all processors

2022-02-28 Thread Stijn Tintel
On 28/02/2022 13:22, Paul Spooren wrote: > Hi team, > >> On 19. Feb 2022, at 19:21, Phillip Lougher wrote: >> >> On Sat, Feb 19, 2022 at 4:01 PM Felix Fietkau wrote: >>> On 19.02.22 16:54, Stijn Tintel wrote: >>>> Drop the -processors argument from

Re: [PATCH 2/6] tools/dwarves: add host package

2022-02-28 Thread Stijn Tintel
ARY=BOTH \ -   -DCMAKE_BUILD_TYPE=Release \    -D__LIB=lib \    -DCMAKE_INSTALL_RPATH="$(STAGING_DIR_HOST)/lib" \    -DCMAKE_SKIP_RPATH=FALSE Thanks, Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH 2/6] tools/dwarves: add host package

2022-02-27 Thread Stijn Tintel
: Felix Fietkau [bump to 1.23] Signed-off-by: Stijn Tintel --- toolchain/Config.in| 8 tools/Makefile | 1 + tools/dwarves/Makefile | 38 ++ 3 files changed, 47 insertions(+) create mode 100644 tools/dwarves/Makefile diff --git a/toolchain

[PATCH 1/6] layerscape/armv8_64b: enable DEBUG_INFO_REDUCED

2022-02-27 Thread Stijn Tintel
x27;s simply drop this symbol from the subtarget config. This way, we have consistency across the tree, and we do not have to introduce a special case when moving this symbol to an OpenWrt kernel config option. Signed-off-by: Stijn Tintel --- target/linux/layerscape/armv8_64b/config-5.10 | 1 - t

[PATCH 4/6] build: add option KERNEL_DEBUG_INFO_BTF

2022-02-27 Thread Stijn Tintel
result in undefined behaviour. Signed-off-by: Tony Ambardar Signed-off-by: Felix Fietkau [split DEBUG_INFO_REDUCED into separate commit, add dependency] Signed-off-by: Stijn Tintel --- config/Config-kernel.in | 14 ++ 1 file changed, 14 insertions(+) diff --git a/config/Config-kernel.i

[PATCH 6/6] kernel: add KERNEL_BPF_EVENTS config option

2022-02-27 Thread Stijn Tintel
This is required to use BPF maps of type BPF_MAP_TYPE_PERF_EVENT_ARRAY for sending data from BPF programs to user-space for post-processing or logging. As this symbol exposes KERNEL_BPF_KPROBE_OVERRIDE, also add a config option for it. Signed-off-by: Stijn Tintel --- config/Config-kernel.in

[PATCH 5/6] config: limit CONFIG_DEBUG_INFO to top-level generic configs

2022-02-27 Thread Stijn Tintel
From: Tony Ambardar Remove redundant target-level entries, noting that these settings will be configured from "Kernel build options" of Kconfig. Signed-off-by: Tony Ambardar Signed-off-by: Felix Fietkau [remove from new configs introduced after patch submission] Signed-off-by: St

[PATCH 3/6] kernel: add DEBUG_INFO_REDUCED config option

2022-02-27 Thread Stijn Tintel
Add DEBUG_INFO_REDUCED as a kernel config option and remove it from the kernel configs. This is in preparation of the upcoming option to enable BTF typeinfo, which is incompatible with DEBUG_INFO_REDUCED. Signed-off-by: Stijn Tintel --- config/Config-kernel.in | 14

[PATCH v2 2/2] ramips: support TP-Link EAP615-Wall

2022-02-26 Thread Stijn Tintel
for the EAP615-Wall very easy. Signed-off-by: Stijn Tintel --- v2: - PoE-PT -> PoE passthrough - MT7915E -> MT7905DAN/MT7975DN - dropped ethernet@1e10, moved reg override to ðernet - dropped bus-range from &pcie - dropped port@5 from &switch0 - added dsa-migrat

[PATCH v2 1/2] firmware-utils: bump to git HEAD

2022-02-26 Thread Stijn Tintel
57d0e31 tplink-safeloader: TP-Link EAP615-Wall v1 support Signed-off-by: Stijn Tintel --- tools/firmware-utils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 60e0c74b45..5a1f4db077 100644

layerscape/armv8_64b: CONFIG_DEBUG_INFO_REDUCED

2022-02-21 Thread Stijn Tintel
x27;t intentional, I'd like to remove the symbol from the layerscape/armv8_64b configs so all targets are consistent, before introducing a new kernel config option for it. Thanks, Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt

[PATCH] image: let mksquashfs4 use all processors

2022-02-19 Thread Stijn Tintel
4m45,973s After: real0m23,497s Signed-off-by: Stijn Tintel --- include/image.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/image.mk b/include/image.mk index 275a0adcac..a7b04bac6b 100644 --- a/include/image.mk +++ b/include/image.mk @@ -229,8 +229,7

[PATCH 2/2] cli: improve error logging for call command

2022-02-18 Thread Stijn Tintel
l somewhere, which is a bug and should be fixed. Printing the full command makes more sense than printing half the command and still requiring us to figure out the exact command that failed. Signed-off-by: Stijn Tintel Reviewed-by: Jo-Philipp Wich --- cli.c | 25 +++-- 1 fil

  1   2   3   4   5   6   7   >