[PATCH] bcm27xx: add RPI_AXIPERF symbol

2021-09-30 Thread Stijn Tintel
When KERNEL_PERF_EVENTS is enabled in OpenWrt, or PERF_EVENTS in the kernel config, the RPI_AXIPERF is exposed. Add it to the subtarget kernel configs to avoid build failures. Signed-off-by: Stijn Tintel --- target/linux/bcm27xx/bcm2708/config-5.10 | 1 + target/linux/bcm27xx/bcm2708/config-5.4

Re: [PATCH] bcm27xx: add SND_SOC_AD193X_SPI to kernel configs

2021-09-30 Thread Stijn Tintel
On 30/09/2021 19:58, Stijn Tintel wrote: > When building an image for the bcm27xx target, some combinations of > config options will fail to build due the SND_SOC_AD193X_SPI kernel > config symbol being missing. > > The problem only occurs on bcm27xx as the target contains a patch

[PATCH] bcm27xx: add SND_SOC_AD193X_{I2C,SPI} symbols

2021-09-30 Thread Stijn Tintel
the kmod-sound-soc-bcm2835-i2s package. Signed-off-by: Stijn Tintel --- target/linux/bcm27xx/bcm2708/config-5.10 | 2 ++ target/linux/bcm27xx/bcm2708/config-5.4 | 2 ++ target/linux/bcm27xx/bcm2709/config-5.10 | 2 ++ target/linux/bcm27xx/bcm2709/config-5.4 | 2 ++ target/linux/bcm27xx/bcm2710

[PATCH] bcm27xx: add SND_SOC_AD193X_SPI to kernel configs

2021-09-30 Thread Stijn Tintel
combinations that do exhibit this problem, it is best to solve it by adding the missing symbol to the subtarget kernel configs. By doing this we can remove it from the kmod-sound-soc-bcm2835-i2s package. Signed-off-by: Stijn Tintel --- target/linux/bcm27xx/bcm2708/config-5.10 | 1 + target/linux/bcm27xx

[PATCH] strace: disable autoreconf

2021-09-22 Thread Stijn Tintel
it was enabled. It was most likely required to build at that time, but as it now builds fine without it, just remove the fixup. Signed-off-by: Stijn Tintel --- package/devel/strace/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile

Re: [PATCH 6/6] qoriq: add support for WatchGuard Firebox M300

2021-08-25 Thread Stijn Tintel
On 25/08/2021 21:01, Stijn Tintel wrote: > On 24/08/2021 15:41, Adrian Schmutzler wrote: >> Hi, >> >>>>> + reg = <0x00 0x1>; >>>>> + label = "NOR (RW) LANNER RCW Code"; >>>> Labels h

Re: [PATCH 6/6] qoriq: add support for WatchGuard Firebox M300

2021-08-25 Thread Stijn Tintel
On 24/08/2021 15:41, Adrian Schmutzler wrote: > Hi, > + reg = <0x00 0x1>; + label = "NOR (RW) LANNER RCW Code"; >>> Labels here might need some refactoring, too. >> Since we're not really touching anything on the NOR (yet), I prefer to >> keep the

Re: bug in base-files: add option to make /var persistent ?

2021-08-23 Thread Stijn Tintel
On 23/08/2021 10:22, e9hack wrote: > Hi, > > I didn't select 'make /var persistent' but /var is generated > persistent. I think in the Makefile the test for > CONFIG_TARGET_ROOTFS_PERSIST_VAR = n must be changed to y (or empty). > > --- a/package/base-files/Makefile > +++

Re: [PATCH 5/6] qoriq: new target

2021-08-22 Thread Stijn Tintel
On 22/08/2021 17:35, Stijn Tintel wrote: > On 22/08/2021 16:07, Hauke Mehrtens wrote: >> On 8/22/21 1:15 AM, Stijn Tintel wrote: >>> Add a new target named "qoriq", that will support boards using PowerPC >>> processors from NXP's QorIQ brand. >>> >&

Re: [PATCH 5/6] qoriq: new target

2021-08-22 Thread Stijn Tintel
On 22/08/2021 16:07, Hauke Mehrtens wrote: > On 8/22/21 1:15 AM, Stijn Tintel wrote: >> Add a new target named "qoriq", that will support boards using PowerPC >> processors from NXP's QorIQ brand. >> >> This doesn't actually add support for any board yet, so

Re: [PATCH 6/6] qoriq: add support for WatchGuard Firebox M300

2021-08-22 Thread Stijn Tintel
On 22/08/2021 14:35, Adrian Schmutzler wrote: > Hi, > >> -Original Message- >> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] >> On Behalf Of Stijn Tintel >> Sent: Sonntag, 22. August 2021 01:15 >> To: openwrt-devel@lists.openwrt.or

Re: [PATCH 6/6] qoriq: add support for WatchGuard Firebox M300

2021-08-22 Thread Stijn Tintel
On 22/08/2021 03:06, Alberto Bursi wrote: > > > On 22/08/21 01:15, Stijn Tintel wrote: >> This device is based on NXP's QorIQ T2081QDS board, with a quad-core >> dual-threaded 1.5 GHz ppc64 CPU and 4GB ECC RAM. The board has 5 > > A few questions about this device ha

[PATCH 6/6] qoriq: add support for WatchGuard Firebox M300

2021-08-21 Thread Stijn Tintel
nsole=$consoledev,$baudrate fsl_dpaa_fman.fsl_fm_max_frm=1522; ext2load mmc 0:1 $fdtaddr image-m300.dtb; ext2load mmc 0:1 $loadaddr firebox_m300-kernel.bin; bootm $loadaddr - $fdtaddr" saveenv reset The default U-Boot boot entry will now boot OpenWrt from the SD card. Signed-off-by: Stijn Tintel ---

[PATCH 5/6] qoriq: new target

2021-08-21 Thread Stijn Tintel
rget/linux/qoriq/Makefile b/target/linux/qoriq/Makefile new file mode 100644 index 00..d9a9f4d226 --- /dev/null +++ b/target/linux/qoriq/Makefile @@ -0,0 +1,21 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Copyright (C) 2021 Stijn Tintel + +include $(TOPDIR)/rules.mk + +ARCH:=powerpc64 +BO

[PATCH 4/6] nettle: disable assembler on ppc64

2021-08-21 Thread Stijn Tintel
As of version 3.7, Nettle added PowerPC64 assembly for several algorithms. Unfortunately, they cause build to fail due to ABI mismatch: gcm-hash.o: ABI version 1 is not compatible with ABI version 2 output Disable assembler when ppc64 and musl are used for now. Signed-off-by: Stijn Tintel

[PATCH 3/6] openssl: add ppc64 support

2021-08-21 Thread Stijn Tintel
perlasm scheme. This will probably break the combination ppc64 with glibc, but as we really only want to support musl, this shouldn't be a problem. Signed-off-by: Stijn Tintel --- ...m-ppc-xlate.pl-add-linux64v2-flavour.patch | 63 +++ .../openssl/patches/110-openwrt_targets.patch | 6

[PATCH 2/6] toolchain/gcc: use ELFv2 ABI on ppc64 with musl

2021-08-21 Thread Stijn Tintel
the ELFv2 ABI. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93157 for more info. Signed-off-by: Stijn Tintel --- toolchain/gcc/common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 76c5fc114a..2167127916 100644 --- a/toolchain/gcc

[PATCH 0/6] qoriq: new target

2021-08-21 Thread Stijn Tintel
me. Looking forward to feedback. Thanks, Stijn [1] https://community.nxp.com/t5/CodeWarrior-for-QorIQ/What-causes-quot-cpu1-fsl-dpa-ethernet-30-dpaa-eth-c-828-dpa-rx/m-p/266154 [2] https://source.codeaurora.org/external/qoriq/qoriq-components/fmc/ Stijn Tintel (6): build: add e6500 CPU_TYPE tool

[PATCH 1/6] build: add e6500 CPU_TYPE

2021-08-21 Thread Stijn Tintel
This is the main CPU type used in NXP's PPC based QorIQ processors, and will be used by the upcoming new qoriq target. Signed-off-by: Stijn Tintel --- include/target.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/include/target.mk b/include/target.mk index 7526224972..86a398d652 100644

[PATCH] uhttpd: add config option for json_script

2021-08-20 Thread Stijn Tintel
unusable. Signed-off-by: Stijn Tintel --- package/network/services/uhttpd/Makefile | 2 +- package/network/services/uhttpd/files/uhttpd.init | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd

Re: [PATCH 0/6] use binutils 2.36.1 and gcc 10 by default

2021-08-15 Thread Stijn Tintel
On 15/08/2021 14:53, Hauke Mehrtens wrote: > Thank you Stijn for taking care of this toolchain upgrade and Rosen > for preparing it. Thanks for reviewing! > > On 8/15/21 12:51 PM, Stijn Tintel wrote: >> Since 21.02 has been branched, it's a good time to switch master to a >&g

[PATCH 6/6] toolchain: drop binutils 2.35.1

2021-08-15 Thread Stijn Tintel
Since we switched to binutils 2.36.1 by default, with the previous default being binutils 2.34, it doesn't make much sense to keep binutils 2.35.1 around, so drop it. Signed-off-by: Stijn Tintel --- toolchain/binutils/Config.in | 4 toolchain/binutils/Config.version | 4 2 files

[PATCH 2/6] umbim: fix compilation with GCC 10

2021-08-15 Thread Stijn Tintel
| deviceid = mbim_get_string(>deviceid, buffer); | ^~~ Fix them by disabling padding between fields of struct mbim_string. This change will be committed to umbim.git and the package bumped in OpenWrt instead, after being acked. Signed-off-by: St

[PATCH 4/6] toolchain/gcc: switch to version 10 by default

2021-08-15 Thread Stijn Tintel
Runtime-tested on: * ath79 * bcm27xx/bcm2708 * bcm27xx/bcm2709 * bcm27xx/bcm2711 * mvebu/cortexa53 * octeon * realtek * x86/64 Signed-off-by: Stijn Tintel --- toolchain/gcc/Config.in | 2 +- toolchain/gcc/Config.version | 12 ++-- 2 files changed, 7 insertions(+), 7 deletions

[PATCH 5/6] toolchain: drop GCC 9

2021-08-15 Thread Stijn Tintel
Since we switched to GCC 10 by default, with the previous default being GCC 8, it doesn't make much sense to keep GCC 9 around, so drop it. Signed-off-by: Stijn Tintel --- toolchain/gcc/Config.in | 3 --- toolchain/gcc/Config.version | 5 - 2 files changed, 8 deletions(-) diff --git

[PATCH 1/6] busybox: fix compilation with GCC 10

2021-08-15 Thread Stijn Tintel
to the CFLAGS and LDFLAGS. Signed-off-by: Stijn Tintel --- package/utils/busybox/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 32f0d2c755..76a1de33b7 100644 --- a/package/utils/busybox/Makefile +++ b/package

[PATCH 0/6] use binutils 2.36.1 and gcc 10 by default

2021-08-15 Thread Stijn Tintel
in the packages feed, many of which not even caused by the GCC bump, I gave up and decided to just send out this patch series. Stijn Tintel (6): busybox: fix compilation with GCC 10 umbim: fix compilation with GCC 10 toolchain/binutils: switch to version 2.36.1 by default toolchain/gcc: switch

[PATCH 3/6] toolchain/binutils: switch to version 2.36.1 by default

2021-08-15 Thread Stijn Tintel
Runtime-tested on: * ath79 * bcm27xx/bcm2708 * bcm27xx/bcm2709 * bcm27xx/bcm2711 * mvebu/cortexa53 * octeon * realtek * x86/64 Signed-off-by: Stijn Tintel --- toolchain/binutils/Config.in | 2 +- toolchain/binutils/Config.version | 2 +- 2 files changed, 2 insertions(+), 2 deletions

Re: [PATCH] base-files: add option to make /var persistent

2021-08-07 Thread Stijn Tintel
On 7/08/2021 10:05, Alberto Bursi wrote: On 07/08/21 02:46, Stijn Tintel wrote: On 7/08/2021 02:56, Alberto Bursi wrote: On 06/08/21 21:27, Stijn Tintel wrote: In OpenWrt, /var is symlinked to /tmp by default. This is done to reduce the amount of writes to the flash chip, which often

Re: [PATCH] base-files: add option to make /var persistent

2021-08-06 Thread Stijn Tintel
On 7/08/2021 02:56, Alberto Bursi wrote: > > > On 06/08/21 21:27, Stijn Tintel wrote: >> In OpenWrt, /var is symlinked to /tmp by default. This is done to reduce >> the amount of writes to the flash chip, which often don't have the >> greatest durability. As a resul

[PATCH] base-files: add option to make /var persistent

2021-08-06 Thread Stijn Tintel
by default, to maintain the current behaviour. Signed-off-by: Stijn Tintel --- config/Config-images.in | 6 ++ package/base-files/Makefile | 5 + 2 files changed, 11 insertions(+) diff --git a/config/Config-images.in b/config/Config-images.in index 4a7f08824b..dc68fade3c 100644 --- a/config

Re: [PATCH] kernel: set CONFIG_RCU_FANOUT=64 for 64bit targets

2021-07-31 Thread Stijn Tintel
On 30/07/2021 20:56, Stijn Tintel wrote: The generic config has CONFIG_RCU_EXPERT=y, which exposes CONFIG_RCU_FANOUT. This is set to 32 in the generic config, but the default for 64bit kernels is 64. This causes a warning during boot: [0.00] rcu: CONFIG_RCU_FANOUT set to non-default

[PATCH] kernel: set CONFIG_RCU_FANOUT=64 for 64bit targets

2021-07-30 Thread Stijn Tintel
in kernel configs of 64bit targets, unless the target config has disabled CONFIG_RCU_EXPERT. Signed-off-by: Stijn Tintel --- target/linux/armvirt/64/config-5.10 | 1 + target/linux/armvirt/64/config-5.4 | 1 + target/linux/bcm27xx/bcm2710/config-5.4 | 1 + target/linux/bcm27xx/bcm2711

[PATCH] kernel: kmod-xfrm-interface requires IPv6

2021-07-30 Thread Stijn Tintel
The xfrm_interface module will not be built if IPv6 is not enabled in the kernel. Add this dependency in the kmod package to avoid people wondering why it doesn't build when they disabled IPv6. Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/netsupport.mk | 2 +- 1 file changed, 1

Re: [PATCH] busybox: sysntpd: add trigger to reload server

2021-06-02 Thread Stijn Tintel
On 2/06/2021 01:10, Alexey Dobrovolskiy wrote: > Hi, > >>> service_triggers() { >>> - local script name use_dhcp >>> + local enable_server interface name script use_dhcp >> >> I'd rather leave the existing variables in their original order. >> >> > OpenWrt Submission Guidelines [0] says

Re: [PATCH] kernel: drop the conntrack rtcache patch

2021-04-08 Thread Stijn Tintel
On 9/04/2021 01:57, Rui Salvaterra wrote: > It's in backports-5.4, but it wasn't ever merged. Upstream followed another > approach, with flow offloading, which has much better performance. Drop this > obsolete patch and refresh the kernel patches. Acked-by: Stijn Tintel Some pe

Re: [PATCH 1/2] zram-swap: clean up the makefile

2021-03-31 Thread Stijn Tintel
On 31/03/2021 16:09, Rui Salvaterra wrote: > Break dependencies into separate lines, to improve the readability. Trim > trailing whitespace. > > Signed-off-by: Rui Salvaterra > --- > package/system/zram-swap/Makefile | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) > > diff

Re: [PATCH] gmp: compile with -DPIC to use correct asm code

2021-03-12 Thread Stijn Tintel
relocation R_X86_64_PC32 against symbol > `__gmp_binvert_limb_table' can not be used when making a shared object; > recompile with -fPIC > > Cc: Stijn Tintel > Signed-off-by: Eneas U de Queiroz > --- > > There's an error on one architecture, and all others work fine with

Re: [PATCH 0/4] import libcap from packages feed

2021-03-12 Thread Stijn Tintel
On 12/03/2021 10:50, Petr Štetiar wrote: Stijn Tintel [2021-03-12 01:25:24]: Hi, Having libcap in OpenWrt base allows us to enable libcap support in other packages in base. there is same functionality available through procd already so essentialy you're throwing away that effort, increasing

[PATCH 1/4] libcap: import from packages feed

2021-03-11 Thread Stijn Tintel
Having libcap in OpenWrt base allows us to enable libcap support in other packages in base. In lldpd, this would allow the monitor process to drop its privileges instead of running as root, improving security. It will also allow us to drop our patch to disable libcap. Signed-off-by: Stijn Tintel

[PATCH 4/4] lldpd: add libcap dependency

2021-03-11 Thread Stijn Tintel
Now that libcap is in OpenWrt base, we can drop our custom patch to disable libcap support and have lldpd depend on it instead. This will allow the monitor process to drop its privileges instead of running as root, improving security. Signed-off-by: Stijn Tintel --- package/network/services

[PATCH 3/4] libcap: bump to 2.48

2021-03-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/libs/libcap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/libcap/Makefile b/package/libs/libcap/Makefile index 29ff75c5cd..b8e45a52c7 100644 --- a/package/libs/libcap/Makefile +++ b/package/libs/libcap

[PATCH 2/4] libcap: drop invalid copyright header

2021-03-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/libs/libcap/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/libs/libcap/Makefile b/package/libs/libcap/Makefile index 0206bd9d1d..29ff75c5cd 100644 --- a/package/libs/libcap/Makefile +++ b/package/libs/libcap/Makefile @@ -1,6 +1,4

[PATCH 0/4] import libcap from packages feed

2021-03-11 Thread Stijn Tintel
#issuecomment-795174537 I'll bump lldpd to the latest version after this series is merged, and debug the problem reported by John on the realtek target. Stijn Tintel (4): libcap: import from packages feed libcap: drop invalid copyright header libcap: bump to 2.48 lldpd: add libcap dependency

Re: [PATCH v2] realtek: drop ethtool log noise

2021-03-11 Thread Stijn Tintel
On 11/03/2021 14:35, Bjørn Mork wrote: > Demote a number of debugging printk's to pr_debug to avoid log > nosie. Several of these functions are called as a result of > userspace activity. This can cause a lot of log noise when > userspace does periodic polling. > > Most of this could probably be

[PATCH] rules.mk: use -fPIC instead of -fpic on arm64

2020-12-04 Thread Stijn Tintel
or other changes, so let's use -fPIC on arm64 by default. While comparing the sizes of 141 packages built with -fpic vs -fPIC, most packages are either equal or smaller in size. Only 9 of the compared packages turned out slightly larger. Signed-off-by: Stijn Tintel --- rules.mk | 2 +- 1 file

Re: [PATCH 0/2] enable procd security features by default

2020-11-26 Thread Stijn Tintel
On 7/11/2020 16:17, Daniel Golle wrote: > Hi all! > > A while ago we have added some useful kernel features to !SMALL_FLASH > devices[1]. To make more use of that by default in a way which will > make exploiting potential vulnerabilities in OpenWrt's services much > harder, it'd be great to also

Re: Fate of kernel 4.19

2020-10-10 Thread Stijn Tintel
On 9/10/2020 15:19, Adrian Schmutzler wrote: Opinions? Is anybody still using 4.19 at least occasionally? +1 for removal Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH v2 2/2] ath10k-ct: switch to driver version 5.8

2020-09-02 Thread Stijn Tintel
options for CT_KVER from the comment, as it is incorrect and there are too many versions to sum up and maintain there. Runtime-tested on ath79. Signed-off-by: Stijn Tintel --- package/kernel/ath10k-ct/Makefile | 6 +- ...64-ath10k-commit-rates-from-mac80211.patch | 24 ++-- ...rolling

[PATCH v2 1/2] ath10k-ct: update to version 2018-08-25

2020-09-02 Thread Stijn Tintel
Runtime-tested on ath79. Signed-off-by: Stijn Tintel --- package/kernel/ath10k-ct/Makefile | 6 +++--- .../patches/164-ath10k-commit-rates-from-mac80211.patch | 6 +++--- ...-and-GPIO-controlling-support-for-various-chipsets.patch | 6 +++--- .../patches/202-ath10k

[PATCH] ath10k-ct: update to version 2018-08-25

2020-09-01 Thread Stijn Tintel
And since we are using mac80211 5.8, let's also switch the ath10k-ct driver to the new 5.8 version. Signed-off-by: Stijn Tintel --- package/kernel/ath10k-ct/Makefile | 10 +- .../164-ath10k-commit-rates-from-mac80211.patch| 6 +++--- ...GPIO-controlling

Re: [RFC] self-signed certificates for LuCI

2020-08-31 Thread Stijn Tintel
On 30/08/2020 10:57, Paul Spooren wrote: > The question came up if we really want RSA certificates for LuCI or if > the faster and "more modern" ECC P-256 wouldn't be a better choice. > > If px5g is added to the next release, certificates are generated on > first boot and most users are unlikely

Re: [PATCH] treewide: replace `which` with `command -v`

2020-08-09 Thread Stijn Tintel
ant, and `which` is not, in the commit message. Acked-by: Stijn Tintel > > Signed-off-by: Paul Spooren > --- > include/rootfs.mk| 6 +++--- > package/base-files/files/lib/upgrade/stage2 | 2 +- > .../kernel/broadcom-wl/files/lib/wifi/

[PATCH] kernel: fix missing TRANSPARENT_HUGEPAGE symbols

2020-08-01 Thread Stijn Tintel
not force the user to use either of them, so add them as build-configurable kernel options. Fixes: d1a8217d87bf ("kernel: clean-up build-configurable kernel config symbols") Signed-off-by: Stijn Tintel --- config/Config-kernel.in | 12 target/linux/generic/config-5.4

[PATCH] kernel: add missing config symbol

2020-07-29 Thread Stijn Tintel
This symbol is exposed on ARM64 with EFI enabled in the kernel config. Currently this happens only on ipq807x, but as there might be new ARM64 targets with EFI in the future it is better to add the symbol to the generic config. Signed-off-by: Stijn Tintel --- target/linux/generic/config-4.14

[OpenWrt-Devel] [PATCH v3 3/3] ath79: add support for D-Link DAP-2695-A1

2020-06-10 Thread Stijn Tintel
ac - wlanmac_a The first 3 all contain the same MAC address, which is also the one on the label. Signed-off-by: Stijn Tintel --- .../ath79/dts/qca9558_dlink_dap-2695-a1.dts | 176 ++ .../generic/base-files/etc/board.d/02_network | 6 + .../etc/hotplug.d/firmware/10-ath9k-eeprom

[OpenWrt-Devel] [PATCH v3 2/3] ath79: enable wrgg MTD splitter

2020-06-10 Thread Stijn Tintel
This is required for the D-Link DAP-2695-A1. Signed-off-by: Stijn Tintel --- target/linux/ath79/config-4.19 | 1 + target/linux/ath79/config-5.4 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/ath79/config-4.19 b/target/linux/ath79/config-4.19 index cfa0ebd759..81fd017aba

[OpenWrt-Devel] [PATCH v3 0/3] ath79: add support for D-Link DAP-2695-A1

2020-06-10 Thread Stijn Tintel
s://git.openwrt.org/?p=openwrt/staging/stintel.git;a=summary Stijn Tintel (3): mtd: enable wrgg support for ath79 ath79: enable wrgg MTD splitter ath79: add support for D-Link DAP-2695-A1 package/system/mtd/src/Makefile | 2 +- target/linux/ath79/config-4.19| 1 +

[OpenWrt-Devel] [PATCH v3 1/3] mtd: enable wrgg support for ath79

2020-06-10 Thread Stijn Tintel
This is required for the D-Link DAP-2695-A1. Signed-off-by: Stijn Tintel --- package/system/mtd/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/system/mtd/src/Makefile b/package/system/mtd/src/Makefile index e504a04478..6da31a04a4 100644 --- a/package

[OpenWrt-Devel] [PATCH v2 3/3] ath79: add support for D-Link DAP-2695-A1

2020-06-10 Thread Stijn Tintel
eave those extra snippets in /etc/config/network, and then the device VLAN setup would differ from the one used in ar71xx. Therefore, the MAC addresses of the ethernet interfaces are being set via preinit instead. Signed-off-by: Stijn Tintel --- .../ath79/dts/qca9558_dlink_dap-2695-a1.dts |

[OpenWrt-Devel] [PATCH v2 1/3] mtd: enable wrgg support for ath79

2020-06-10 Thread Stijn Tintel
This is required for the D-Link DAP-2695-A1. Signed-off-by: Stijn Tintel --- package/system/mtd/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/system/mtd/src/Makefile b/package/system/mtd/src/Makefile index e504a04478..6da31a04a4 100644 --- a/package

[OpenWrt-Devel] [PATCH v2 2/3] ath79: enable wrgg MTD splitter

2020-06-10 Thread Stijn Tintel
This is required for the D-Link DAP-2695-A1. Signed-off-by: Stijn Tintel --- target/linux/ath79/config-4.19 | 1 + target/linux/ath79/config-5.4 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/ath79/config-4.19 b/target/linux/ath79/config-4.19 index cfa0ebd759..81fd017aba

[OpenWrt-Devel] [PATCH v2 0/3] ath79: add support for D-Link DAP-2695-A1

2020-06-10 Thread Stijn Tintel
label. * Drop board from /etc/board.d/01_leds. * Add ath10k-ct and firmware to DEFAULT_PACKAGES. [0] https://git.openwrt.org/?p=openwrt/staging/stintel.git;a=summary Stijn Tintel (3): mtd: enable wrgg support for ath79 ath79: enable wrgg MTD splitter ath79: add support for D-Link DAP-26

[OpenWrt-Devel] [PATCH 4/4] ath79: add support for D-Link DAP-2695-A1

2020-06-08 Thread Stijn Tintel
nmac_a The first 3 all contain the same MAC address, which is also the one on the label. This MAC address is used for the 2.4GHz interface, eth0 uses this MAC+1, eth1 uses this MAC+2, as is done in ar71xx. Signed-off-by: Stijn Tintel --- .../ath79/dts/qca9558_dlink_dap-2695-a1.dts | 172 ++

[OpenWrt-Devel] [PATCH 1/4] mtd: enable wrgg support for ath79

2020-06-08 Thread Stijn Tintel
This is required for the D-Link DAP-2695-A1. Signed-off-by: Stijn Tintel --- package/system/mtd/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/system/mtd/src/Makefile b/package/system/mtd/src/Makefile index e504a04478..6da31a04a4 100644 --- a/package

[OpenWrt-Devel] [PATCH 3/4] ath79: use separate file for generic D-Link images

2020-06-08 Thread Stijn Tintel
Move the generic D-Link image definitions to a separate file, as is done for several other vendors. Signed-off-by: Stijn Tintel --- target/linux/ath79/image/Makefile | 1 + target/linux/ath79/image/generic-dlink.mk | 114 + target/linux/ath79/image/generic.mk

[OpenWrt-Devel] [PATCH 0/4] ath79: add support for D-Link DAP-2695-A1

2020-06-08 Thread Stijn Tintel
This series adds support for the D-Link DAP-2695-A1 to the ath79 target. Also available in my staging tree at [0]. Successfully tested sysupgrade from ar71xx to ath79. [0] https://git.openwrt.org/?p=openwrt/staging/stintel.git;a=summary Stijn Tintel (4): mtd: enable wrgg support for ath79

[OpenWrt-Devel] [PATCH 2/4] ath79: enable wrgg MTD splitter

2020-06-08 Thread Stijn Tintel
This is required for the D-Link DAP-2695. Signed-off-by: Stijn Tintel --- target/linux/ath79/config-4.19 | 1 + target/linux/ath79/config-5.4 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/ath79/config-4.19 b/target/linux/ath79/config-4.19 index cfa0ebd759..81fd017aba

Re: [OpenWrt-Devel] [PATCH] iproute2: revert add libcap support, enabled in ip-full

2020-03-16 Thread Stijn Tintel
On 16/03/2020 09:37, Hans Dedecker wrote: >>> One would argue that ip-full should correspond to the full fledged >>> version of the packet. If the dependency of an external package is the >>> issue, how about making a different variant with HAVE_CAP support? It >>> could be called ip-really-full

Re: [OpenWrt-Devel] [PATCH 1/2] kernel: iio: split buffer modules into separate packages

2020-03-03 Thread Stijn Tintel
On 3/03/2020 17:21, Petr Štetiar wrote: > Otherwise we would need to enable IIO_TRIGGERED_BUFFER symbol in all > kernels in order to be able to use any of the IIO modules which are > utilizing triggered buffer based data acquisition method. Acked-by: Sti

Re: [OpenWrt-Devel] [PATCH 2/2] kernel: add kernel module for Sensirion SPS30 PMS

2020-03-03 Thread Stijn Tintel
On 3/03/2020 17:21, Petr Štetiar wrote: > Adds into 4.19 backported kernel module from 5.1 for Sensirion SPS30 > particulate matter sensor, for kernel 5.4 backported dependency fix. > I have my doubts about the backport for 4.19. I would prefer to skip it, as we're moving master to 5.4. Stijn

Re: [OpenWrt-Devel] [PATCH] kernel: can: add MCP251x CAN controller module support

2020-03-03 Thread Stijn Tintel
On 28/02/2020 18:56, Tim Harvey wrote: > Signed-off-by: Tim Harvey > --- > package/kernel/linux/modules/can.mk | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/package/kernel/linux/modules/can.mk > b/package/kernel/linux/modules/can.mk > index c2c7411..3bf0359 100644

[OpenWrt-Devel] [PATCH] libpcap: activate PIE ASLR by default

2020-02-22 Thread Stijn Tintel
This activates PIE ASLR support by default when the regular option is selected. This is required to enable PIE ASLR support by default in ppp, as it fails to build without it, on x86/64. The .so file size stays identical. Suggested-by: Felix Fietkau Signed-off-by: Stijn Tintel --- package

Re: [OpenWrt-Devel] [PATCH] ppp: activate PIE ASLR by default

2020-02-22 Thread Stijn Tintel
On 22/02/2020 11:10, Felix Fietkau wrote: > On 2020-02-22 09:54, Stijn Tintel wrote: >> On 20/02/2020 11:56, Petr Štetiar wrote: >>> This activates PIE ASLR support by default when the regular option is >>> selected. >>> >> Unfortunately this seems to b

Re: [OpenWrt-Devel] [PATCH] ppp: activate PIE ASLR by default

2020-02-22 Thread Stijn Tintel
On 20/02/2020 11:56, Petr Štetiar wrote: > This activates PIE ASLR support by default when the regular option is > selected. > Unfortunately this seems to break build on x86/64: x86_64-openwrt-linux-musl-gcc -O2 -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable

Re: [OpenWrt-Devel] [PATCH] ath79: add support for Ubiquiti LiteBeam AC Gen2

2019-12-04 Thread Stijn Tintel
On 4/12/2019 15:37, Tom Psyborg wrote: > Current changes from Stijn's branch look fine, I've applied them to > the master clone from Dec 2nd, built and flashed; mac addresses are > correct, ethernet is working as well as both wifi interfaces. > Can I get some [Ack|Review|Test]ed-by from you guys?

Re: [OpenWrt-Devel] [PATCH] ath79: add support for Ubiquiti LiteBeam AC Gen2

2019-12-03 Thread Stijn Tintel
On 3/12/2019 14:31, Petr Štetiar wrote: > Adrian Schmutzler [2019-12-03 13:17:04]: > >> Other ubnt-wa do this, too, they just do not define it in parent node: > Ok, I've checked only the parent node. > >> So, the question is whether it would make sense to remove the line for all >> the other

Re: [OpenWrt-Devel] [PATCH] ath79: add support for Ubiquiti LiteBeam AC Gen2

2019-12-03 Thread Stijn Tintel
On 3/12/2019 13:54, Adrian Schmutzler wrote: + IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split >>> Can we reuse the IMAGE/factory.bin from Device/ubnt here? The only thing >> missing compared to your line is append-metadata ... >> >> I used the same as with other ubnt-wa

Re: [OpenWrt-Devel] [PATCH] ath79: add support for Ubiquiti LiteBeam AC Gen2

2019-12-02 Thread Stijn Tintel
On 3/12/2019 02:05, m...@adrianschmutzler.de wrote: >> -Original Message- >> From: Stijn Tintel [mailto:st...@linux-ipv6.be] >> Sent: Dienstag, 3. Dezember 2019 00:58 >> To: m...@adrianschmutzler.de; openwrt-devel@lists.openwrt.org >> Cc: pozega.tomis...@gmai

Re: [OpenWrt-Devel] [PATCH] ath79: add support for Ubiquiti LiteBeam AC Gen2

2019-12-02 Thread Stijn Tintel
On 3/12/2019 01:39, m...@adrianschmutzler.de wrote: > Hi Stijn, > > does the device have a MAC address label or imprint on the box? It does. > > [...] > >> +define Device/ubnt_litebeam-ac-gen2 >> + $(Device/ubnt-wa) >> + DEVICE_TITLE := Ubiquiti LiteBeam AC Gen2 > DEVICE_TITLE has been replaced

[OpenWrt-Devel] [PATCH] ath79: add support for Ubiquiti LiteBeam AC Gen2

2019-12-02 Thread Stijn Tintel
/tmp/openwrt-ath79-generic-ubnt_litebeam-ac-gen2-squashfs-sysupgrade.bin Signed-off-by: Stijn Tintel --- Notes: Instructions can be found to install OpenWrt via AirOS at [0]. Unfortunately they require an AirOS image, which can only be downloaded by accepting the EULA. As I do

Re: [OpenWrt-Devel] [PATCH] amd64-microcode: update to 20191021

2019-12-02 Thread Stijn Tintel
On 2/12/2019 16:12, Petr Štetiar wrote: > I've added this patch into my staging tree[4] with some warning and > will merge it unless someone NAK it in the next 14 days. NAK! Pushing commits that are known to result in systems no longer booting is simply not acceptable, imo. Not everybody reads

Re: [OpenWrt-Devel] OpenWrt 19.07 status

2019-11-30 Thread Stijn Tintel
On 30/11/2019 22:44, Tom Psyborg wrote: > On 26/11/2019, Stijn Tintel wrote: >> On 26/11/2019 00:34, Hauke Mehrtens wrote: >>> It looks like there is a throughput problem with ath10k-ct on QCA9984, >>> https://bugs.openwrt.org/index.php?do=details_id=2593 >

Re: [OpenWrt-Devel] OpenWrt 19.07 status

2019-11-26 Thread Stijn Tintel
On 26/11/2019 00:34, Hauke Mehrtens wrote: > It looks like there is a throughput problem with ath10k-ct on QCA9984, > https://bugs.openwrt.org/index.php?do=details_id=2593 > there are multiple reports in the Forum. > > For me QCA9880 on a BTHH5A with ath10k-ct on 5GHz works in openwrt 19.07 > The

Re: [OpenWrt-Devel] Wiki going down for maintenance

2019-11-06 Thread Stijn Tintel
On 6/11/2019 12:51, Stijn Tintel wrote: Hi, As the server that is hosting the OpenWrt.org wiki is running out of disk space, we will take it down to resize it. And it's back. Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] Wiki going down for maintenance

2019-11-06 Thread Stijn Tintel
Hi, As the server that is hosting the OpenWrt.org wiki is running out of disk space, we will take it down to resize it. Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] v5.4 as next kernel

2019-10-29 Thread Stijn Tintel
On 29/10/2019 06:37, John Crispin wrote: Hi, should we use v5.4 as our next kernel ? As 5.4 is planned to be the next longterm kernel, with projected EOL 12/2021 [0], this seems like a good idea. ACK from me. Stijn [0] https://www.kernel.org/category/releases.html

Re: [OpenWrt-Devel] [PATCH v2] build: fix make kernel_menuconfig

2019-09-23 Thread Stijn Tintel
/linker flags. Tested-by: Stijn Tintel ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 2/2] treewide: remove now default USE_PROCD=1 from init scripts

2019-07-28 Thread Stijn Tintel
| 1 - > package/utils/usbmode/files/usbmode.init | 1 - > 32 files changed, 32 deletions(-) > > Acked-by: Stijn Tintel ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 1/2] base-files: make USE_PROCD=1 default

2019-07-28 Thread Stijn Tintel
; package/base-files/files/etc/rc.common | 113 ++--- > 1 file changed, 47 insertions(+), 66 deletions(-) > Acked-by: Stijn Tintel ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH v3 2/3] network/config: add xfrm interface support scripts

2019-06-11 Thread Stijn Tintel
On 8/06/19 14:48, André Valentin wrote: > This package adds scripts for xfrm interfaces support. > Example configuration via /etc/config/network: > > config interface 'xfrm0' > option proto 'xfrm' > option mtu '1300' > option zone 'VPN' > option tunlink 'wan' >

[OpenWrt-Devel] KERNEL_PATCHVER in master

2019-06-11 Thread Stijn Tintel
Hi, Since we now have a 19.07 branch, is it OK to switch KERNEL_PATCHVER for targets in master that have 4.19 support to 4.19? Thanks, Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 2/4 v2] gemini: Switch to kernel v4.19

2019-01-24 Thread Stijn Tintel
On 23/01/19 19:59, Linus Walleij wrote: > This adds a config and augments the gemini makefile to > use kernel v4.19. > > These devices work so much better with v4.19 so let's > immediately make it the default. NAK. All targets need to be on 4.14 until 19.01 is branched. Stijn

Re: [OpenWrt-Devel] brcm2708: add kernel 4.14 support

2018-12-12 Thread Stijn Tintel
On 7/12/18 05:06, Stijn Tintel wrote: > On 11/11/18 18:37, Stijn Tintel wrote: >> Hi, >> >> I have just pushed support for the 4.14 kernel on the brcm2708 target to >> my staging tree [1], and would like to get some feedback before pushing >> it to master. It woul

Re: [OpenWrt-Devel] brcm2708: add kernel 4.14 support

2018-12-07 Thread Stijn Tintel
On 7/12/18 10:17, Alexandru Ardelean wrote: > On Fri, Dec 7, 2018 at 5:06 AM Stijn Tintel wrote: >> On 11/11/18 18:37, Stijn Tintel wrote: >>> Hi, >>> >>> I have just pushed support for the 4.14 kernel on the brcm2708 target to >>> my staging tree [1

Re: [OpenWrt-Devel] brcm2708: add kernel 4.14 support

2018-12-06 Thread Stijn Tintel
On 11/11/18 18:37, Stijn Tintel wrote: > Hi, > > I have just pushed support for the 4.14 kernel on the brcm2708 target to > my staging tree [1], and would like to get some feedback before pushing > it to master. It would also be nice if people could do runtime tests on > bcm2709

Re: [OpenWrt-Devel] brcm2708: add kernel 4.14 support

2018-11-12 Thread Stijn Tintel
On 12/11/18 19:00, Christian Lamparter wrote: > (Did some EMails get mangled?: > "openwrt-devel@lists.openwrt.org j...@openwrt.org" ") > > On Monday, November 12, 2018 4:55:12 PM CET Stijn Tintel wrote: >> On 12/11/18 15:26, Alexandru Ardelean wrote: >>> [

Re: [OpenWrt-Devel] [PATCH] octeon: Allow sysupgrade restore on ER

2018-11-12 Thread Stijn Tintel
On 12/11/18 17:56, Jonathan Thibault wrote: > This is a very simple patch that completes sysupgrade functionality on > UBNT ER8. > > Default layout leaves about 128MB free on the kernel partition so > there is plenty of space for temporary config backups. > > > diff --git

Re: [OpenWrt-Devel] brcm2708: add kernel 4.14 support

2018-11-12 Thread Stijn Tintel
master, and preferably sooner rather than later. > > Thanks > Alex > > On Sun, Nov 11, 2018 at 6:37 PM Stijn Tintel wrote: >> Hi, >> >> I have just pushed support for the 4.14 kernel on the brcm2708 target to >> my staging tree [1], and would like to get some fee

Re: [OpenWrt-Devel] brcm2708: add kernel 4.14 support

2018-11-11 Thread Stijn Tintel
Hi, I have just pushed support for the 4.14 kernel on the brcm2708 target to my staging tree [1], and would like to get some feedback before pushing it to master. It would also be nice if people could do runtime tests on bcm2709 and bcm2710, as I don't own such hardware. Thanks, Stijn [1]

<    1   2   3   4   >