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 ha

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

2020-12-04 Thread Stijn Tintel
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

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 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 depen

[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 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 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 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

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, incre

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 wit

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] 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

[OpenWrt-Devel] [PATCH] ar71xx: fix 82_patch_ath10k

2015-05-01 Thread Stijn Tintel
It has been broken since the new ath10k firmware introduced in r44656. Signed-off-by: Stijn Tintel --- target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k b

[OpenWrt-Devel] [PATCH] octeon: build squashfs image for UBNT ERLITE

2015-05-22 Thread Stijn Tintel
--- target/linux/octeon/image/Makefile | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/target/linux/octeon/image/Makefile b/target/linux/octeon/image/Makefile index 24bca9b..a15e87b 100644 --- a/target/linux/octeon/image/Makefile +++ b/target/linux/octeon/image/Makefil

[OpenWrt-Devel] [PATCH] conntrack-tools: add init script for conntrackd

2015-05-22 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/utils/conntrack-tools/Makefile | 2 ++ .../network/utils/conntrack-tools/files/conntrackd.init | 17 + 2 files changed, 19 insertions(+) create mode 100644 package/network/utils/conntrack-tools/files/conntrackd.init diff

[OpenWrt-Devel] [PATCH] octeon: build squashfs image for UBNT ERLITE

2015-05-22 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- target/linux/octeon/image/Makefile | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/target/linux/octeon/image/Makefile b/target/linux/octeon/image/Makefile index 24bca9b..a15e87b 100644 --- a/target/linux/octeon/image/Makefile +++ b

Re: [OpenWrt-Devel] [PATCH 0/2] mac80211: Update QCA9880 firmware (ath10k)

2015-06-25 Thread Stijn Tintel
On 22/06/15 20:19, Matti Laakso wrote: These patches backport the new FW API v5 to ath10k (upstream commits 8348db2, 53513c3, and dc3632a) and change mac80211 to use the new firmware. Could you also update target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k? See https://patchwork.ozlab

Re: [OpenWrt-Devel] EdgeRouter POE support

2015-07-31 Thread Stijn Tintel
On 07/28/15 01:27, Wojtek Sawaściuk wrote: > Hello, > What is current status of support for Ubiquity's EdgeRouter POE (this > one with 2+3switch ports) ? > > I can't flash it with sysupgrade using openwrt-15.05-rc3-octeon-er: > > "Sysupgrade is not yet supported on cavium,octeon-3860. > Image check

[OpenWrt-Devel] [PATCH 1/2] kernel/modules: add missing symbol for crypto-rng

2016-01-18 Thread Stijn Tintel
Since CRYPTO_DRBG_MENU was added in r48277, CRYPTO_DRBG_HMAC is missing. It does not appear in kernel_menuconfig and defaults to yes, so enable it in crypto-rng as well and add dependencies to HMAC and SHA256. Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/crypto.mk | 5 +++-- 1

[OpenWrt-Devel] [PATCH 2/2] kernel: add missing symbols for 4.1

2016-01-18 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- target/linux/generic/config-4.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 222f8c1..d91bedb 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1

[OpenWrt-Devel] [PATCH 2/3] kernel/modules: add kmod-crypto-hw-ccp

2016-01-18 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/crypto.mk | 18 ++ 1 file changed, 18 insertions(+) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 7c71053..99fb5a0 100644 --- a/package/kernel/linux/modules

[OpenWrt-Devel] [PATCH 1/3] kernel: add missing symbol for 4.4

2016-01-18 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- target/linux/generic/config-4.4 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 6ad3008..a8b4074 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4

[OpenWrt-Devel] [PATCH 3/3] kernel: add patch to fix the ccp-crypto module

2016-01-18 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- ...-add-hash-state-import-and-export-support.patch | 114 + 1 file changed, 114 insertions(+) create mode 100644 target/linux/generic/patches-4.4/150-crypto-ccp-add-hash-state-import-and-export-support.patch diff --git a/target/linux

[OpenWrt-Devel] [PATCH 1/3] kernel/modules: rename kmod-ipvti to kmod-ip-vti

2016-02-09 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/netsupport.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index b1cce0b..cbf2ffb 100644 --- a/package/kernel/linux

[OpenWrt-Devel] [PATCH 3/3] vti: fix kmod dependencies

2016-02-09 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/config/vti/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/config/vti/Makefile b/package/network/config/vti/Makefile index a81e889..7cf0ee9 100644 --- a/package/network/config/vti/Makefile +++ b

[OpenWrt-Devel] [PATCH 2/3] kernel/modules: add kmod-ip6-vti

2016-02-09 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/netsupport.mk | 16 1 file changed, 16 insertions(+) diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index cbf2ffb..77bd67a 100644 --- a/package/kernel/linux

Re: [OpenWrt-Devel] VXLAN support

2016-03-06 Thread Stijn Tintel
On 01-09-14 08:55, Jiri Pirko wrote: > Mon, Sep 01, 2014 at 03:57:19AM CEST, ka...@stratosphere.co.jp wrote: >> Hi, >> >> There's a vxlan kernel module in Linux source tree, >> and `ip` command can create vxlan netdev. >> Are you talking about netifd support for it? > Yes, I am. See below... Have y

[OpenWrt-Devel] [RFC PATCH 00/10] make symlink /var to /tmp optional

2016-03-28 Thread Stijn Tintel
some init scripts generate a config file in /var/etc, change those init scripts to generate it in /tmp/etc instead. While at it, create /tmp/etc in /etc/init.d/boot instead of creating it in various init scripts. Stijn Tintel (10): base-files: create /tmp/etc on boot dnsmasq: generate config in

[OpenWrt-Devel] [RFC PATCH 01/10] base-files: create /tmp/etc on boot

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/base-files/files/etc/init.d/boot | 1 + 1 file changed, 1 insertion(+) diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index ccd0afe..944c873 100755 --- a/package/base-files/files/etc/init.d/boot +++ b

[OpenWrt-Devel] [RFC PATCH 02/10] dnsmasq: generate config in /tmp/etc

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/services/dnsmasq/files/dnsmasq.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init index 61ded6a..54cd6e5 100644 --- a

[OpenWrt-Devel] [RFC PATCH 04/10] igmpproxy: /tmp/etc is created in /etc/init.d/boot

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/services/igmpproxy/files/igmpproxy.init | 1 - 1 file changed, 1 deletion(-) diff --git a/package/network/services/igmpproxy/files/igmpproxy.init b/package/network/services/igmpproxy/files/igmpproxy.init index 7af69e3..b603921 100644 --- a

[OpenWrt-Devel] [RFC PATCH 03/10] igmpproxy: generate config in /tmp/etc

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/services/igmpproxy/files/igmpproxy.init | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package/network/services/igmpproxy/files/igmpproxy.init b/package/network/services/igmpproxy/files/igmpproxy.init index

[OpenWrt-Devel] [RFC PATCH 05/10] openvpn: generate config in /tmp/etc

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/services/openvpn/files/openvpn.init | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/network/services/openvpn/files/openvpn.init b/package/network/services/openvpn/files/openvpn.init index 5396d0b..7ee756d

[OpenWrt-Devel] [RFC PATCH 07/10] openvpn: /var/run is created in /etc/init.d/boot

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/services/openvpn/files/openvpn.init | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/network/services/openvpn/files/openvpn.init b/package/network/services/openvpn/files/openvpn.init index 221704e..5ca02ac 100644 --- a/package/network

[OpenWrt-Devel] [RFC PATCH 08/10] samba36: generate config in /tmp/etc

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/services/samba36/files/samba.init | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package/network/services/samba36/files/samba.init b/package/network/services/samba36/files/samba.init index 376ae89

[OpenWrt-Devel] [RFC PATCH 06/10] openvpn: /tmp/etc is created in /etc/init.d/boot

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/services/openvpn/files/openvpn.init | 1 - 1 file changed, 1 deletion(-) diff --git a/package/network/services/openvpn/files/openvpn.init b/package/network/services/openvpn/files/openvpn.init index 7ee756d..221704e 100644 --- a/package/network

[OpenWrt-Devel] [RFC PATCH 09/10] samba36: /tmp/etc is created in /etc/init.d/boot

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/services/samba36/files/samba.init | 1 - 1 file changed, 1 deletion(-) diff --git a/package/network/services/samba36/files/samba.init b/package/network/services/samba36/files/samba.init index f88e0f3..dceb6e5 100755 --- a/package/network/services

[OpenWrt-Devel] [RFC PATCH 10/10] base-files: add option to symlink /var to /tmp

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- config/Config-images.in | 5 + package/base-files/Makefile | 5 + 2 files changed, 10 insertions(+) diff --git a/config/Config-images.in b/config/Config-images.in index a60dd50..3619256 100644 --- a/config/Config-images.in +++ b/config/Config

Re: [OpenWrt-Devel] [PATCH] ar71xx: add 4.1 support

2015-10-17 Thread Stijn Tintel
On 17-07-15 19:35, Roman Yeryomin wrote: > Signed-off-by: Roman Yeryomin > --- > Hi Roman, Since ar71xx uses 4.1 kernel by default, MAC addresses on my Ubiquiti RSPro's are random. I suspect it is due to the changes in 506-MIPS-ath79-prom-parse-redboot-args.patch. I reported the problem here: htt

Re: [OpenWrt-Devel] [PATCH] ar71xx: add 4.1 support

2015-10-19 Thread Stijn Tintel
On 18-10-15 20:20, Roman Yeryomin wrote: > On 18 October 2015 at 00:16, Stijn Tintel wrote: >> On 17-07-15 19:35, Roman Yeryomin wrote: >>> Signed-off-by: Roman Yeryomin >>> --- >>> >> Hi Roman, >> >> Since ar71xx uses 4.1 kernel by default,

Re: [OpenWrt-Devel] [PATCH] kernel: Fix environment pointer setup in ar71xx/ath79

2015-10-21 Thread Stijn Tintel
initialize environment pointer (fw_init_cmdline not called). > > arcs_cmdline is not initialized before calling strlcat. > > Signed-off-by: Ted Hess Tested-by: Stijn Tintel > > --- > Index: > target/linux/ar71xx/patches-4.1/50

[OpenWrt-Devel] [PATCH] iproute2: fix compile with uClibc-ng

2015-10-29 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/utils/iproute2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 23834df..f5b5f4e 100644 --- a/package/network/utils/iproute2/Makefile +++ b

[OpenWrt-Devel] [PATCH 1/4] base-files: add DCCP to /etc/protocols

2015-11-11 Thread Stijn Tintel
Fixes this conntrackd warning: WARNING: getprotobyname() cannot find protocol `DCCP' in /etc/protocols Signed-off-by: Stijn Tintel --- package/base-files/files/etc/protocols | 1 + 1 file changed, 1 insertion(+) diff --git a/package/base-files/files/etc/protocols b/package/base-files/

[OpenWrt-Devel] [PATCH 2/4] conntrack-tools: use INSTALL_DIR once

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/utils/conntrack-tools/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/network/utils/conntrack-tools/Makefile b/package/network/utils/conntrack-tools/Makefile index 7dd64b6..b931d85 100644 --- a/package

[OpenWrt-Devel] [PATCH 4/4] conntrack-tools: preserve /etc/conntrackd during upgrade

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/utils/conntrack-tools/Makefile | 2 ++ package/network/utils/conntrack-tools/files/conntrackd.upgrade | 1 + 2 files changed, 3 insertions(+) create mode 100644 package/network/utils/conntrack-tools/files/conntrackd.upgrade diff

[OpenWrt-Devel] [PATCH 3/4] conntrack-tools: create /etc/conntrackd directory

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/utils/conntrack-tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/utils/conntrack-tools/Makefile b/package/network/utils/conntrack-tools/Makefile index b931d85..51d3c41 100644 --- a/package/network/utils/conntrack

[OpenWrt-Devel] [PATCH 02/10] kernel: add patch to fix prefsrc lookups

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- .../patches-4.3/192-net-Fix-presrc-lookups.patch | 60 ++ 1 file changed, 60 insertions(+) create mode 100644 target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch diff --git a/target/linux/generic/patches-4.3/192-net-Fix

[OpenWrt-Devel] [PATCH 01/10] xtables-addons: update to 2.9

2015-11-11 Thread Stijn Tintel
Fixes compilation with Linux 4.3. Runtime tested on Ubiquiti EdgeRouter Lite with Linux 3.18, 4.1 and 4.3. Signed-off-by: Stijn Tintel --- package/network/utils/xtables-addons/Makefile | 4 ++-- .../network/utils/xtables-addons/patches/100-add-rtsp-conntrack.patch | 2

[OpenWrt-Devel] [PATCH 05/10] octeon: remove 3.18 support

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- target/linux/octeon/config-3.18| 250 --- .../100-ubnt_edgerouter2_support.patch | 31 - .../110-er200-ethernet_probe_order.patch | 34 - .../patches-3.18/120-octeon_platform_usb.patch | 20 - ...add-semaphore

[OpenWrt-Devel] [PATCH 04/10] octeon: switch to 4.3

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- target/linux/octeon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index e1739e7..a6707f0 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile

[OpenWrt-Devel] [PATCH 06/10] kernel/modules: add OCTEON MD5 module

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/crypto.mk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 20fc858..0981102 100644 --- a/package/kernel/linux/modules

[OpenWrt-Devel] [PATCH 07/10] kernel/modules: add OCTEON SHA1 module

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/crypto.mk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 0981102..f5c5895 100644 --- a/package/kernel/linux/modules

[OpenWrt-Devel] [PATCH 03/10] octeon: add support for 4.3

2015-11-11 Thread Stijn Tintel
Runtime tested on Ubiquiti EdgeRouter Lite. Signed-off-by: Stijn Tintel --- target/linux/octeon/config-4.3 | 280 .../patches-4.3/100-ubnt_edgerouter2_support.patch | 31 + .../110-er200-ethernet_probe_order.patch | 34 + ...add-host-driver-for-octeon-mmc

[OpenWrt-Devel] [PATCH 08/10] kernel/modules: add OCTEON SHA256 module

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/crypto.mk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index f5c5895..2328fac 100644 --- a/package/kernel/linux/modules

[OpenWrt-Devel] [PATCH 09/10] kernel/modules: move SHA512 to its own package

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/crypto.mk | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 2328fac..ca36c2f 100644 --- a/package/kernel/linux

[OpenWrt-Devel] [PATCH 10/10] kernel/modules: add OCTEON SHA512 module

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/crypto.mk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index ca36c2f..9626b21 100644 --- a/package/kernel/linux/modules

[OpenWrt-Devel] [PATCH v2 4/4] conntrack-tools: preserve /etc/conntrackd during upgrade

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/utils/conntrack-tools/Makefile | 4 1 file changed, 4 insertions(+) diff --git a/package/network/utils/conntrack-tools/Makefile b/package/network/utils/conntrack-tools/Makefile index 51d3c41..fd13e22 100644 --- a/package/network/utils

[OpenWrt-Devel] [PATCH] kernel/modules: fix crypto API RNG for >=4.2

2015-12-10 Thread Stijn Tintel
netlink error: No such file or directory (2) Solve this by adding DRBG to the kmod-crypto-rng package. As enabling DRBG in the kernel config also enables the Jitterentropy RNG, include it in kmod-crypto-rng instead of having it in a separate package. Signed-off-by: Stijn Tintel --- package/kernel

[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 https://lists.openwrt.org/mailman/listinfo/open

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' >

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

2019-07-28 Thread Stijn Tintel
t; --- > 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 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

[OpenWrt-Devel] [PATCH 1/5] tools: add meson-tools

2018-10-19 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- tools/Makefile | 1 + tools/meson-tools/Makefile | 31 +++ 2 files changed, 32 insertions(+) create mode 100644 tools/meson-tools/Makefile diff --git a/tools/Makefile b/tools/Makefile index 9a354f6c70..0adc13acbf 100644

[OpenWrt-Devel] [PATCH 2/5] tools: add fiptool

2018-10-19 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- tools/Makefile | 2 +- tools/fiptool/Makefile | 37 + 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 tools/fiptool/Makefile diff --git a/tools/Makefile b/tools/Makefile index 0adc13acbf

[OpenWrt-Devel] [PATCH 4/5] odroid-firmware: add new package

2018-10-19 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/firmware/odroid/Makefile | 46 1 file changed, 46 insertions(+) create mode 100644 package/firmware/odroid/Makefile diff --git a/package/firmware/odroid/Makefile b/package/firmware/odroid/Makefile new file mode

[OpenWrt-Devel] [PATCH 3/5] uboot-mesongx: add new package

2018-10-19 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/boot/uboot-mesongx/Makefile | 33 + 1 file changed, 33 insertions(+) create mode 100644 package/boot/uboot-mesongx/Makefile diff --git a/package/boot/uboot-mesongx/Makefile b/package/boot/uboot-mesongx/Makefile new file

[OpenWrt-Devel] [PATCH 0/5] mesongx: new target for AmLogic S9 SoCs

2018-10-19 Thread Stijn Tintel
Boot fork. Most other boards don't have this limitation, and HDMI should work with the 4.14 kernel. For more information about what is supported, see http://www.linux-meson.com/doku.php?id=start. Stijn Tintel (5): tools: add meson-tools tools: add fiptool uboot-mesongx: add new package

[OpenWrt-Devel] [PATCH 5/5] mesongx: new target

2018-10-19 Thread Stijn Tintel
This target supports Amlogic S9 SoCs. Signed-off-by: Stijn Tintel --- target/linux/mesongx/Makefile | 36 ++ target/linux/mesongx/base-files/etc/inittab| 5 + .../mesongx/base-files/lib/preinit/79_move_config | 22 + .../mesongx/base-files/lib/upgrade

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] https:

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

2018-11-12 Thread Stijn Tintel
like to push this to 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

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 a/target/linux/octeon/base

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] 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-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-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] [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] [PATCH net-snmp] add package snmp-mibs

2016-10-31 Thread Stijn Tintel
On 30-10-16 19:18, Sven Roederer wrote: > PACKAGE: net/net-snmp > this installs the default MIBS-files under /usr/share/snmp/mibs Please send a PR on Github: https://github.com/openwrt/packages Stijn ___ openwrt-devel mailing list openwrt-devel@lists.ope

Re: [OpenWrt-Devel] [PATCH oldpackage/eventlog oldpackage/syslog-ng3] version bump to latest

2017-01-06 Thread Stijn Tintel
On 06-01-17 20:38, Hauke Mehrtens wrote: > Please do not send a mail with just an attachment, oldpackage is frozen > since some years, please send add the package to the official openwrt > package repository, add yourself as a maintainer and send a pull request > on github. There are PRs for this a

Re: [OpenWrt-Devel] openwrt and lede - remerge proposal V3

2017-05-29 Thread Stijn Tintel
On 29-05-17 09:03, John Crispin wrote: > (resend, this time as plain text) > > Hi, > > here is a V3 of the remerge proposal, I tried to fold all the comments > people made into it, if anything is missing let me know. Please > remeber that post remerge anything can be voted on, so cluttering the > p

Re: [OpenWrt-Devel] Enable DCO check on Github OpenWrt organisation

2018-01-21 Thread Stijn Tintel
On 19-01-18 15:02, Piotr Dymacz wrote: > > > On 19.01.2018 13:09, Etienne Champetier wrote: > >> We can also make it mandatory (show "required" on the fail test line) >> Also this is a good minimum check to have on ALL repo >> There are many ways to do it, enabling DCO is a 2 minutes job (if >> som

Re: [OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-04-24 Thread Stijn Tintel
On 27-03-18 20:42, Christian Lamparter wrote: > This patch adds a image with squashfs as the root filesystem. > A rootfs_data partition will be generated on the first boot > and placed inside the rootfs partition (just after the squashfs > image). > > advantages: > - it is possible to migrate from

Re: [OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-04-24 Thread Stijn Tintel
On 24-04-18 17:59, Christian Lamparter wrote: > On Dienstag, 24. April 2018 13:29:17 CEST Stijn Tintel wrote: >> On 27-03-18 20:42, Christian Lamparter wrote: >>> This patch adds a image with squashfs as the root filesystem. >>> A rootfs_data partition will be generate

Re: [OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-04-24 Thread Stijn Tintel
On 24-04-18 19:17, Stijn Tintel wrote: > On 24-04-18 17:59, Christian Lamparter wrote: >> On Dienstag, 24. April 2018 13:29:17 CEST Stijn Tintel wrote: >>> On 27-03-18 20:42, Christian Lamparter wrote: >>>> This patch adds a image with squashfs as the root filesystem

Re: [LEDE-DEV] Enable DCO check on Github OpenWrt organisation

2018-05-17 Thread Stijn Tintel
On 09-05-18 03:03, Etienne Champetier wrote: > Hi All, > > 2018-01-18 13:59 GMT-08:00 Etienne Champetier : >> Hi All, >> >> Could someone enable this https://github.com/integration/dco on the >> whole OpenWrt github org? (or at least on the packages repo) > Friendly ping > (I'm only a "member" not

Re: [OpenWrt-Devel] "iwinfo_cli.c:(.text.startup+0x120): undefined reference to `iwinfo_backend_by_name'"

2014-10-27 Thread Stijn Tintel
On 27-10-14 21:54, Robert P. J. Day wrote: > just updated my git repo, tried to build for TL-MR3220 and got: > > iwinfo_cli.o: In function `main': > iwinfo_cli.c:(.text.startup+0x120): undefined reference to > `iwinfo_backend_by_name' > collect2: error: ld returned 1 exit status > Makefile:40: r

[OpenWrt-Devel] [PATCH 2/2] octeon: sysupgrade: support config restore

2014-12-04 Thread Stijn Tintel
--- target/linux/octeon/base-files/lib/upgrade/platform.sh | 9 + 1 file changed, 9 insertions(+) diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh b/target/linux/octeon/base-files/lib/upgrade/platform.sh index 11399a2..d81d7fd 100755 --- a/target/linux/octeon/base-file

[OpenWrt-Devel] [PATCH 1/2] octeon: sysupgrade: get rootfsdev from kernel cmdline

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- .../octeon/base-files/lib/upgrade/platform.sh | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh b/target/linux/octeon/base-files/lib/upgrade/platform.sh index

[OpenWrt-Devel] [PATCH 2/3] octeon: sysupgrade: support config restore

2014-12-04 Thread Stijn Tintel
--- target/linux/octeon/base-files/lib/upgrade/platform.sh | 9 + 1 file changed, 9 insertions(+) diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh b/target/linux/octeon/base-files/lib/upgrade/platform.sh index 11399a2..d81d7fd 100755 --- a/target/linux/octeon/base-file

[OpenWrt-Devel] [PATCH 3/3] octeon: add support for 3.18 kernel

2014-12-04 Thread Stijn Tintel
Runtime tested on Ubiquiti EdgeRouter Lite. Signed-off-by: Stijn Tintel --- target/linux/octeon/config-3.18| 252 + .../100-ubnt_edgerouter2_support.patch | 31 +++ .../110-er200-ethernet_probe_order.patch | 34 +++ .../patches

[OpenWrt-Devel] [PATCH 1/3] octeon: sysupgrade: get rootfsdev from kernel cmdline

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- .../octeon/base-files/lib/upgrade/platform.sh | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh b/target/linux/octeon/base-files/lib/upgrade/platform.sh index

Re: [OpenWrt-Devel] [PATCH 1/3] octeon: sysupgrade: get rootfsdev from kernel cmdline

2014-12-04 Thread Stijn Tintel
On 05-12-14 01:01, Stijn Tintel wrote: > platform_do_upgrade() { > local board=$(octeon_board_name) > + local rootfs="$(platform_get_rootfs)" > + > + [ -d "${rootfs}" ] || return 1 This should be -b, please ignore this patch series, I'

[OpenWrt-Devel] [PATCH] octeon: sysupgrade: fix test for rootfs device

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- target/linux/octeon/base-files/lib/upgrade/platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh b/target/linux/octeon/base-files/lib/upgrade/platform.sh index d81d7fd..1df3d17

[OpenWrt-Devel] [PATCH 3/3] octeon: sysupgrade: support config restore on ERL

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- .../linux/octeon/base-files/lib/preinit/79_move_config | 18 ++ target/linux/octeon/base-files/lib/upgrade/platform.sh | 11 +++ 2 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 target/linux/octeon/base-files/lib

[OpenWrt-Devel] [PATCH 1/3] octeon: sysupgrade: fix test for rootfs device

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- target/linux/octeon/base-files/lib/upgrade/platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh b/target/linux/octeon/base-files/lib/upgrade/platform.sh index d81d7fd..1df3d17

[OpenWrt-Devel] [PATCH 2/3] octeon: sysupgrade: rename old kernel after mounting /boot

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- target/linux/octeon/base-files/lib/upgrade/platform.sh | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh b/target/linux/octeon/base-files/lib/upgrade/platform.sh index 1df3d17

Re: [OpenWrt-Devel] 090-backport_netfilter_rtcache.patch and IPsec routing/connection errors/packet loss

2014-12-22 Thread Stijn Tintel
On 20-12-14 00:04, Andre Valentin wrote: > Hi! > > If I enable this patch/module, I get strange errors with my OpenWRT based > IPsec router. Packets are accepted and then lost, and not encrypted. Only the > first comes through, especially if stateless > protocolls (udp, icmp) are used. > I notice

Re: [OpenWrt-Devel] 090-backport_netfilter_rtcache.patch and IPsec routing/connection errors/packet loss

2014-12-23 Thread Stijn Tintel
On 23-12-14 20:11, Andre Valentin wrote: > Hi! > > I just recompiled the module and loaded it on the router. But it seems that > this does not fix the error. 5 minutes later I got several alerts (ping > checks). The workaround below seems to work for me. How did you apply this patch to the OpenWr

[OpenWrt-Devel] [PATCH 2/2] octeon: enable VLAN support

2015-01-01 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- target/linux/octeon/config-3.14 | 1 - target/linux/octeon/config-3.18 | 1 - 2 files changed, 2 deletions(-) diff --git a/target/linux/octeon/config-3.14 b/target/linux/octeon/config-3.14 index baabe91..79f1efe 100644 --- a/target/linux/octeon/config-3.14 +++ b

[OpenWrt-Devel] [PATCH 1/2] octeon: remove config-default

2015-01-01 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- target/linux/octeon/config-default | 244 - 1 file changed, 244 deletions(-) delete mode 100644 target/linux/octeon/config-default diff --git a/target/linux/octeon/config-default b/target/linux/octeon/config-default deleted

[OpenWrt-Devel] [PATCH 03/10] kernel/modules: kmod-crypto-manager: depend on kmod-crypto-aead

2015-01-02 Thread Stijn Tintel
--- package/kernel/linux/modules/crypto.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index ad1fe4e..d17f1e1 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/m

  1   2   3   4   >