[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

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

2018-10-19 Thread Stijn Tintel
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 odroid-fir

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

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

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

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

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

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

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] [RFC PATCH 10/10] base-files: add option to symlink /var to /tmp

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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

[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 <st...@linux-ipv6.be> --- 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

[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 <st...@linux-ipv6.be> --- 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

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

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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

[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 <st...@linux-ipv6.be> --- 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

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

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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/openvp

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

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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

[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 <st...@linux-ipv6.be> --- 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 7

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

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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 6

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

2016-03-28 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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/fil

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

2016-03-28 Thread Stijn Tintel
. As 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

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

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

2016-02-09 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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

[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 <st...@linux-ipv6.be> --- 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

[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 <st...@linux-ipv6.be> --- ...-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

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

2016-01-18 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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/

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

2016-01-18 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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

[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 <st...@linux-ipv6.be> --- package/kernel/linux/m

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

2016-01-18 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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

[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 <st...@linux-i

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

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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

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

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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/p

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

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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..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 <st...@linux-ipv6.be> --- package/base-files/files/etc/protocols | 1 + 1 file changed, 1 insertion(+) diff --git a/package/base-files/files/etc/protoc

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

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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/p

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

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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

[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 <st...@linux-ipv6.be> --- package/network/utils/xtables-addons/Makefile | 4 ++-- .../network/utils/xtables-addons/patches/100-ad

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

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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

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

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- .../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/p

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

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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/p

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

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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/p

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

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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/p

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

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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/p

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

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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

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

2015-10-29 Thread Stijn Tintel
Signed-off-by: Stijn Tintel <st...@linux-ipv6.be> --- 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

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

2015-10-21 Thread Stijn Tintel
ialize environment pointer (fw_init_cmdline not called). > > arcs_cmdline is not initialized before calling strlcat. > > Signed-off-by: Ted Hess <th...@kitschensync.net> Tested-by: Stijn Tintel <st...@linux-ipv6.be> > > --- > Index: > target/linux/ar71xx/patches

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 <st...@linux-ipv6.be> wrote: >> On 17-07-15 19:35, Roman Yeryomin wrote: >>> Signed-off-by: Roman Yeryomin <ro...@advem.lv> >>> --- >>> >> Hi Roman, >&g

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

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

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

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

2015-05-22 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- 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

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

2015-05-22 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- 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

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

[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 st...@linux-ipv6.be --- 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

Re: [OpenWrt-Devel] Request to submit patch for new route board.

2015-04-07 Thread Stijn Tintel
On 04-04-15 14:45, shengkai wrote: hi Maintainer and All, We are an open source hardware team come from china, and we developed an open source route board using MT7620A soc. In order to support this new board officially, we plan to sumbit the special code for our prodcut to openwrt branch.

Re: [OpenWrt-Devel] [PATCH][RESEND] lldpd: add option to disable priviledge separation

2015-03-23 Thread Stijn Tintel
On 23-03-15 12:31, Alexandru Ardelean wrote: Helpful to disable when debugging lldpd crashes (when working on it). When priviledge separation is on, some crashes are stack-traced to some priviledge separation code. Nitpicking, but the correct spelling is privilege. Signed-off-by: Alexandru

[OpenWrt-Devel] [PATCH] build: add optional dependency on libssp to all non-kernel packages

2015-03-20 Thread Stijn Tintel
both in OpenWrt core and in the package repository, it might make sense to add this optional dependency to all non-kernel packages, instead of polluting lots of package dependency lines with it. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- include/package-defaults.mk | 2 +- 1 file changed

Re: [OpenWrt-Devel] [PATCH 1/4] kernel: enable AES-NI for x86

2015-02-12 Thread Stijn Tintel
On 11-02-15 15:09, Ulrich Weber wrote: Signed-off-by: Ulrich Weber u...@ocedo.com --- package/kernel/linux/modules/crypto.mk | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: enable AES-NI for x86_64

2015-02-12 Thread Stijn Tintel
On 11-02-15 15:09, Ulrich Weber wrote: Signed-off-by: Ulrich Weber u...@ocedo.com --- package/kernel/linux/modules/crypto.mk | 12 1 file changed, 12 insertions(+) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index

[OpenWrt-Devel] [RFC PATCH 3/3] hostapd: add 802.11r support

2015-01-25 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/network/services/hostapd/files/hostapd.sh | 29 ++ package/network/services/hostapd/files/netifd.sh | 37 ++- 2 files changed, 65 insertions(+), 1 deletion(-) diff --git a/package/network/services

[OpenWrt-Devel] [RFC PATCH 0/3] hostapd: add 802.11r support

2015-01-25 Thread Stijn Tintel
This patch series adds support for fast BSS transition (802.11r) to hostapd. Only tested association with ath9k client on ath9k AP with netifd. Changes to hostapd.sh are untested. https://dev.openwrt.org/ticket/13187 Stijn Tintel (3): hostapd: append nasid to config for all WPA types hostapd

[OpenWrt-Devel] [RFC PATCH 2/3] hostapd: allow multiple key management algorithms

2015-01-25 Thread Stijn Tintel
To enable 802.11r, wpa_key_mgmt should contain FT-EAP or FT-PSK. Allow multiple key management algorithms to make this possible. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/network/services/hostapd/files/hostapd.sh | 6 -- package/network/services/hostapd/files/netifd.sh | 6

[OpenWrt-Devel] [RFC PATCH 1/3] hostapd: append nasid to config for all WPA types

2015-01-25 Thread Stijn Tintel
The 802.11r implementation in hostapd uses nas_identifier as PMK-R0 Key Holder identifier. As 802.11r can also be used with WPA Personal, nasid should be appended to the hostapd config for all WPA types. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/network/services/hostapd/files

[OpenWrt-Devel] [PATCH 04/10] kernel/modules: remove CRYPTOMGR_MODULES

2015-01-02 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/linux/modules/crypto.mk | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index d17f1e1..04903c3 100644 --- a/package/kernel

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

[OpenWrt-Devel] [PATCH 00/10] kernel/modules: add kmod-crypto-gcm and deps

2015-01-02 Thread Stijn Tintel
and x86_64. Stijn Tintel (10): kernel/modules: remove superfluous backslash kernel/modules: add kmod-crypto-aead kernel/modules: kmod-crypto-manager: depend on kmod-crypto-aead kernel/modules: remove CRYPTOMGR_MODULES kernel/modules: add kmod-crypto-seqiv kernel/modules: add kmod-crypto

[OpenWrt-Devel] [PATCH 05/10] kernel/modules: add kmod-crypto-seqiv

2015-01-02 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/linux/modules/crypto.mk | 11 +++ 1 file changed, 11 insertions(+) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 04903c3..3193fb0 100644 --- a/package/kernel/linux

[OpenWrt-Devel] [PATCH 07/10] kernel/modules: add kmod-crypto-gf128

2015-01-02 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/linux/modules/crypto.mk | 11 +++ 1 file changed, 11 insertions(+) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 1fd10d9..5d49160 100644 --- a/package/kernel/linux

[OpenWrt-Devel] [PATCH 06/10] kernel/modules: add kmod-crypto-ctr

2015-01-02 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/linux/modules/crypto.mk | 11 +++ 1 file changed, 11 insertions(+) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 3193fb0..1fd10d9 100644 --- a/package/kernel/linux

[OpenWrt-Devel] [PATCH 02/10] kernel/modules: add kmod-crypto-aead

2015-01-02 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/linux/modules/crypto.mk | 13 + 1 file changed, 13 insertions(+) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index de3d851..ad1fe4e 100644 --- a/package/kernel/linux

[OpenWrt-Devel] [PATCH 08/10] kernel/modules: kmod-crypto-xts: depend on kmod-crypto-gf128

2015-01-02 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/linux/modules/crypto.mk | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 5d49160..eec7934 100644

[OpenWrt-Devel] [PATCH 09/10] kernel/modules: add kmod-crypto-ghash

2015-01-02 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/linux/modules/crypto.mk | 12 1 file changed, 12 insertions(+) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index eec7934..9d69cce 100644 --- a/package/kernel/linux

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

2015-01-02 Thread Stijn Tintel
On 23-12-14 22:59, Stijn Tintel wrote: 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

[OpenWrt-Devel] [PATCH 10/10] kernel/modules: add kmod-crypto-gcm

2015-01-02 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/linux/modules/crypto.mk | 12 1 file changed, 12 insertions(+) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 9d69cce..73f36be 100644 --- a/package/kernel/linux

[OpenWrt-Devel] [PATCH 01/10] kernel/modules: remove superfluous backslash

2015-01-02 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/linux/modules/crypto.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index d9d673c..de3d851 100644 --- a/package/kernel/linux

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 OpenWrt

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 noticed this

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

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

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- .../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

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

[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 st...@linux-ipv6.be --- target/linux/octeon/config-3.18| 252 + .../100-ubnt_edgerouter2_support.patch | 31 +++ .../110-er200-ethernet_probe_order.patch | 34

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

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- .../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

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'll send a new one. Kind regards, Stijn

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

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- 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

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

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- .../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

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

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- 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

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

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- 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

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: recipe

[OpenWrt-Devel] [PATCH] OpenSSL: update to 1.0.1g

2014-04-07 Thread Stijn Tintel
This fixes the Heartbleed bug (CVE-2014-0160). Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/libs/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 39fc513..26833a3 100644

[OpenWrt-Devel] [PATCH] AA: OpenSSL: fix CVE-2014-0160

2014-04-07 Thread Stijn Tintel
This patch, taken from upstream commit 96db9023b881d7cd9f379b0c154650d6c108e9a3, fixes the Heartbleed bug (CVE-2014-0160). Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/openssl/Makefile| 2 +- package/openssl/patches/210-CVE-2014-0160.patch | 87

Re: [OpenWrt-Devel] [PATCH] 1 of 1 - add mcespi crypto mod for mips targets

2014-03-25 Thread Stijn Tintel
On 25/03/14 13:01, Alpha Sparc wrote: I am very interested over this any benchmarks to gauge the benefits? See http://wiki.openwrt.org/doc/howto/vpn.ipsec.basics#ipsec.tuning And FYI, I sent a similar patch to the ML some time ago: http://patchwork.openwrt.org/patch/4920/ Kind regards,

[OpenWrt-Devel] [PATCH] kernel: e100: depend on mii

2014-02-20 Thread Stijn Tintel
Building kmod-e100 fails with this error: Package kmod-e100 is missing dependencies for the following libraries: mii.ko Have kmod-e100 depend on kmod-mii to fix this. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/linux/modules/netdevices.mk | 2 +- 1 file changed, 1

[OpenWrt-Devel] [PATCH 2/2] x86: remove 3.7 support

2014-01-07 Thread Stijn Tintel
The 3.7 kernel isn't used by any of the x86 subtargets, so remove it. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/x86/config-3.7| 404 --- .../linux/x86/patches-3.7/006-yenta_mistery.patch | 20 - .../patches-3.7/009

[OpenWrt-Devel] [PATCH 1/2] x86: remove 3.6 support

2014-01-07 Thread Stijn Tintel
The 3.6 kernel isn't used by any of the x86 subtargets, so remove it. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/x86/config-3.6 | 388 --- target/linux/x86/geos/config-3.6 | 25 --- 2 files changed, 413 deletions(-) delete mode

[OpenWrt-Devel] [PATCH 1/3] x86/kvm_guest: add support for 3.10 and switch to it

2013-12-23 Thread Stijn Tintel
--- target/linux/x86/kvm_guest/config-3.10 | 95 ++ target/linux/x86/kvm_guest/target.mk | 2 + 2 files changed, 97 insertions(+) create mode 100644 target/linux/x86/kvm_guest/config-3.10 diff --git a/target/linux/x86/kvm_guest/config-3.10

[OpenWrt-Devel] [PATCH 3/3] x86/kvm_guest: remove 3.7 support

2013-12-23 Thread Stijn Tintel
--- target/linux/x86/kvm_guest/config-3.7 | 87 --- 1 file changed, 87 deletions(-) delete mode 100644 target/linux/x86/kvm_guest/config-3.7 diff --git a/target/linux/x86/kvm_guest/config-3.7 b/target/linux/x86/kvm_guest/config-3.7 deleted file mode 100644 index

[OpenWrt-Devel] [PATCH 2/3] x86/kvm_guest: remove 3.3 support

2013-12-23 Thread Stijn Tintel
--- target/linux/x86/kvm_guest/config-3.3 | 91 --- 1 file changed, 91 deletions(-) delete mode 100644 target/linux/x86/kvm_guest/config-3.3 diff --git a/target/linux/x86/kvm_guest/config-3.3 b/target/linux/x86/kvm_guest/config-3.3 deleted file mode 100644 index

<    1   2   3   4   >