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] Add two new packages, hsflowd and sflowovsd.

2012-03-21 Thread Stijn Tintel
monitored. * sflowovsd: The Host sFlow agent can automatically configure the sFlow settings in the Open vSwitch. Thanks to jow, who wrote the initial Makefile, cross-compilation and uClibc patches. [1] http://host-sflow.sourceforge.net/about.php Signed-off-by: Stijn Tintel st...@linux-ipv6

[OpenWrt-Devel] [PATCH] [packages] hsflowd: fix compile for x86+uClibc

2012-06-16 Thread Stijn Tintel
Remove another call to backtrace_symbols_fd to make hsflowd compile for x86+uClibc targets. --- net/hsflowd/patches/200-uclibc-compat.patch | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/net/hsflowd/patches/200-uclibc-compat.patch

[OpenWrt-Devel] [PATCH] optimize kernel config for kvm_guest

2012-06-16 Thread Stijn Tintel
This patch enables few extra kernel options for the kvm_guest subtarget: - Tickless kernel to avoid timer ticks in idle guests, reduces CPU usage - Enable paravirtualization steal time support Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/x86/kvm_guest/config-3.3 |4

Re: [OpenWrt-Devel] [PATCH] [packages] hsflowd: fix compile for x86+uClibc

2012-06-16 Thread Stijn Tintel
On 16-06-12 19:27, Stijn Tintel wrote: Remove another call to backtrace_symbols_fd to make hsflowd compile for x86+uClibc targets. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- net/hsflowd/patches/200-uclibc-compat.patch | 10 +- 1 files changed, 9 insertions(+), 1 deletions

[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

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

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

[OpenWrt-Devel] [PATCH 1/3] x86/kvm_guest: add missing symbols for 3.3

2013-01-27 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/x86/kvm_guest/config-3.3 | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/target/linux/x86/kvm_guest/config-3.3 b/target/linux/x86/kvm_guest/config-3.3 index 38f9db6..4cbbf1a 100644 --- a/target/linux/x86

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

2013-01-27 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/x86/kvm_guest/config-3.7 | 87 +++ 1 file changed, 87 insertions(+) create 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

[OpenWrt-Devel] [PATCH 2/3] x86: add missing symbols for 3.7

2013-01-27 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/x86/config-3.7 | 40 ++-- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/target/linux/x86/config-3.7 b/target/linux/x86/config-3.7 index 4f4dba2..96ff13f 100644 --- a/target/linux

Re: [OpenWrt-Devel] udev/libudev update

2013-02-12 Thread Stijn Tintel
On 11-02-13 21:04, Aleksander Morgado wrote: Any suggestion? You forgot option #4: forget about the whole systemd madness, and migrate to eudev (1) Systemd bloat simply doesn't belong on an embedded system, IMHO. (1) http://www.gentoo.org/proj/en/eudev/

[OpenWrt-Devel] [PATCH] lldpd: upgrade to 0.7.1

2013-02-24 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/network/services/lldpd/Makefile | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile index f0983f7..024116c 100644 --- a/package

[OpenWrt-Devel] [PATCH] mac80211: always use wpa_supplicant for client connections

2010-02-10 Thread Stijn Tintel
Since client mode in mac80211is unreliable without using wpa_supplicant, it would be better to enable wpa_supplicant by default. With this patch, wpa_supplicant will always be used for mac80211-based drivers in client mode. This will break client mode for images that don't include wpa_supplicant

Re: [OpenWrt-Devel] [PATCH] dropbear: allow multiple listen ports to be configured

2010-02-28 Thread Stijn Tintel
On 28-02-10 11:28, Stijn Tintel wrote: This patch allows multiple listen ports to be configured for dropbear in /etc/config/dropbear. It renames the 'Port' option to 'Ports', so this will break existing configs. Regards, Stijn ___ openwrt-devel

[OpenWrt-Devel] [PATCH] wpa_supplicant: cleanup psk handling in wpa_supplicant.sh

2010-02-28 Thread Stijn Tintel
This patch removes redundant code in the psk handling in wpa_supplicant.sh. Regards, Stijn Index: package/hostapd/files/wpa_supplicant.sh === --- package/hostapd/files/wpa_supplicant.sh (revision 19917) +++

Re: [OpenWrt-Devel] [PATCH] dropbear: allow multiple listen ports to be configured

2010-03-01 Thread Stijn Tintel
On 01-03-10 14:12, m...@maddes.net wrote: On Mon, March 1, 2010 10:31, Bas Mevissen wrote: On Sun, 2010-02-28 at 11:30 +0100, Stijn Tintel wrote: On 28-02-10 11:28, Stijn Tintel wrote: This patch allows multiple listen ports to be configured for dropbear

[OpenWrt-Devel] [PATCH 0/0] enable 802.11w support

2010-03-01 Thread Stijn Tintel
This patch series enables management frame protection (802.11w) in hostapd and wpa_supplicant. Both programs implement IEEE Std 802.11w-2009 since version 0.7.0 (1),(2). According to (3), the only driver that currently supports 802.11w is ath9k. I have tested this on two identical OpenWrt

[OpenWrt-Devel] [PATCH 4/4] hostapd: make 802.11w related options configurable

2010-03-01 Thread Stijn Tintel
instead. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/hostapd/files/hostapd.sh |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index 622eeac..2295b43 100644 --- a/package/hostapd

[OpenWrt-Devel] [PATCH 2/4] wpa_supplicant: enable 802.11w

2010-03-01 Thread Stijn Tintel
Enable management frame protection in wpa_supplicant, and make it configurable in /etc/config/wireless. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/hostapd/files/wpa_supplicant-full.config |2 +- package/hostapd/files/wpa_supplicant.sh | 10 ++ 2 files

[OpenWrt-Devel] [PATCH 3/4] hostapd: enable 802.11w

2010-03-01 Thread Stijn Tintel
Enable management frame protection in hostapd, and make it configurable in /etc/config/wireless. Since ath9k is currently the only driver that supports MFP, it will only be enabled when ath9k is enabled. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/hostapd/Makefile |3

[OpenWrt-Devel] [PATCH resend] enable 802.11w support

2010-03-02 Thread Stijn Tintel
ce41df3dc0a876436cfe0598b5e2df0557510a3d Mon Sep 17 00:00:00 2001 From: Stijn Tintel st...@linux-ipv6.be Date: Mon, 1 Mar 2010 17:08:59 +0100 Subject: [PATCH 1/4] wpa_supplicant: cleanup psk handling Cleanup redundant psk handling code in wpa_supplicant.sh. (I sent this one to openwrt-devel before, but I am resending it as part

[OpenWrt-Devel] [PATCH] kernel: fix xen-fbdev description

2010-03-23 Thread Stijn Tintel
This patch fixes the description for KernelPackage xen-fbdev caused by a typo in xen.mk. Signed-off-by: Stijn Tintel st...@linux-ipv6.be diff --git a/package/kernel/modules/xen.mk b/package/kernel/modules/xen.mk index e5f62ae..2252af4 100644 --- a/package/kernel/modules/xen.mk +++ b/package

Re: [OpenWrt-Devel] [PATCH 0/2] Add support for ar8316.

2010-03-23 Thread Stijn Tintel
On 23-03-10 16:20, Jonas Gorski wrote: These patches enhance the ar8216 driver with support for the ar8316 switch chip. Most changes are taken from the S16 driver in the TP-Link TLWR741ND sources, the AVM Fritz!Box 7390 sources, or directly read out values of the RouterStation Pro. The

[OpenWrt-Devel] [PATCH 0/4] Add x86 kvm_guest subtarget

2010-03-25 Thread Stijn Tintel
This patch series adds a new x86 subtarget for running inside a KVM guest. Stijn Tintel (4): kernel: move xen.mk to virtual.mk kernel: add VirtIO device support x86: add kvm_guest subtarget kernel: virtio modules depend on x86_kvm_guest package/kernel/modules/{xen.mk = virtual.mk

[OpenWrt-Devel] [PATCH 3/4] x86: add kvm_guest subtarget

2010-03-25 Thread Stijn Tintel
This patch adds a KVM guest subtarget to the x86 target. Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/x86/Makefile |2 +- target

[OpenWrt-Devel] [PATCH 2/4] kernel: add VirtIO device support

2010-03-25 Thread Stijn Tintel
Add support for VirtIO-based paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk | 52 + 1 files changed, 52 insertions(+), 0 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 1/4] kernel: move xen.mk to virtual.mk

2010-03-25 Thread Stijn Tintel
Move Xen kernel modules into a general virtualization category. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/{xen.mk = virtual.mk} | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) rename package/kernel/modules/{xen.mk = virtual.mk} (94%) diff

[OpenWrt-Devel] [PATCH 4/4] kernel: virtio modules depend on x86_kvm_guest

2010-03-25 Thread Stijn Tintel
Make the VirtIO modules depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/modules/virtual.mk b/package/kernel/modules

[OpenWrt-Devel] [PATCH v2 0/4] Add x86 kvm_guest subtarget

2010-03-25 Thread Stijn Tintel
This patch series adds a new x86 subtarget for running inside a KVM guest. The v2 series fixes some copy-paste errors and an accidentally commited file. Stijn Tintel (4): kernel: move xen.mk to virtual.mk kernel: add VirtIO device support x86: add kvm_guest subtarget kernel: virtio

[OpenWrt-Devel] [PATCH v2 3/4] x86: add kvm_guest subtarget

2010-03-25 Thread Stijn Tintel
Add a KVM guest subtarget to the x86 target. Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/x86/Makefile |2 +- target/linux/x86

[OpenWrt-Devel] [PATCH v2 2/4] kernel: add VirtIO device support

2010-03-25 Thread Stijn Tintel
Add support for VirtIO-based paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk | 48 + 1 files changed, 48 insertions(+), 0 deletions(-) diff --git

[OpenWrt-Devel] [PATCH v2 1/4] kernel: move xen.mk to virtual.mk

2010-03-25 Thread Stijn Tintel
Move Xen kernel modules into a general virtualization category. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/{xen.mk = virtual.mk} | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) rename package/kernel/modules/{xen.mk = virtual.mk} (94%) diff

[OpenWrt-Devel] [PATCH v2 4/4] kernel: virtio modules depend on x86_kvm_guest

2010-03-25 Thread Stijn Tintel
Make the VirtIO modules depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/modules/virtual.mk b/package/kernel/modules

[OpenWrt-Devel] [PATCH v3 0/4] Add x86 kvm_guest subtarget

2010-03-26 Thread Stijn Tintel
This patch series adds a new x86 subtarget for running inside a KVM guest. The v2 series fixes some copy-paste errors and an accidentally commited file. The v3 series fixes missing config symbols. Stijn Tintel (4): kernel: move xen.mk to virtual.mk kernel: add VirtIO device support x86

[OpenWrt-Devel] [PATCH v3 2/4] kernel: add VirtIO device support

2010-03-26 Thread Stijn Tintel
Add support for VirtIO-based paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk | 48 + 1 files changed, 48 insertions(+), 0 deletions(-) diff --git

[OpenWrt-Devel] [PATCH v3 4/4] kernel: virtio modules depend on x86_kvm_guest

2010-03-26 Thread Stijn Tintel
Make the VirtIO modules depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/modules/virtual.mk b/package/kernel/modules

[OpenWrt-Devel] [PATCH v3 1/4] kernel: move xen.mk to virtual.mk

2010-03-26 Thread Stijn Tintel
Move Xen kernel modules into a general virtualization category. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/{xen.mk = virtual.mk} | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) rename package/kernel/modules/{xen.mk = virtual.mk} (94%) diff

Re: [OpenWrt-Devel] [PATCH v3 0/4] Add x86 kvm_guest subtarget

2010-04-03 Thread Stijn Tintel
On 26-03-10 20:12, Stijn Tintel wrote: This patch series adds a new x86 subtarget for running inside a KVM guest. The v2 series fixes some copy-paste errors and an accidentally commited file. The v3 series fixes missing config symbols. If anyone wants to try running OpenWrt in KVM

Re: [OpenWrt-Devel] [PATCH v2 0/2] Add support for ar8316.

2010-04-05 Thread Stijn Tintel
On 05-04-10 12:44, Jonas Gorski wrote: Hi, Hi Jonas, any comments on these patches? It would be really nice if these made it into backfire, as they not only make vlan configuration possible, but also solve a multicast problem for the Routerstation Pro (and probably the RB450G/750G).

[OpenWrt-Devel] [PATCH v4 0/5] Add x86 kvm_guest subtarget

2010-04-17 Thread Stijn Tintel
This patch series adds a new x86 subtarget for running inside a KVM guest. The v2 series fixes some copy-paste errors and an accidentally commited file. The v3 series fixes missing config symbols. The v4 series fixes the use of squashfs images. Stijn Tintel (5): kernel: move xen.mk

[OpenWrt-Devel] [PATCH v4 2/5] kernel: add VirtIO device support

2010-04-17 Thread Stijn Tintel
Add support for VirtIO-based paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk | 48 + 1 files changed, 48 insertions(+), 0 deletions(-) diff --git

[OpenWrt-Devel] [PATCH v4 5/5] kernel: virtio: initialize earlier

2010-04-17 Thread Stijn Tintel
Initialize virtio earlier, so that block2mtd can be used on virtio based block devices (virtio_blk). This fixes the ability to run squashfs images inside a KVM guest. Upstream bug report: https://bugzilla.kernel.org/show_bug.cgi?id=15644 Signed-off-by: Stijn Tintel st...@linux-ipv6

[OpenWrt-Devel] [PATCH v4 4/5] kernel: virtio modules depend on x86_kvm_guest

2010-04-17 Thread Stijn Tintel
Make the VirtIO modules depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/modules/virtual.mk b/package/kernel/modules

[OpenWrt-Devel] [PATCH v4 3/5] x86: add kvm_guest subtarget

2010-04-17 Thread Stijn Tintel
Add a KVM guest subtarget to the x86 target. Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/x86/Makefile |2 +- target/linux/x86

[OpenWrt-Devel] [PATCH v5 0/4] Add x86 kvm_guest subtarget

2010-07-18 Thread Stijn Tintel
, and solves some IRQ problems by enabling ACPI. The patch added in v4 was removed, since it went upstream in 2.6.32.13, 2.6.33.4 and 2.6.34. Tested on CentOS 5.5 and Gentoo 10.0 kvm hosts. Stijn Tintel (4): kernel: move xen.mk to virtual.mk kernel: add VirtIO device support x86: add

[OpenWrt-Devel] [PATCH v5 2/4] kernel: add VirtIO device support

2010-07-18 Thread Stijn Tintel
Add support for VirtIO-based paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk | 48 + 1 files changed, 48 insertions(+), 0 deletions(-) diff --git

[OpenWrt-Devel] [PATCH v5 1/4] kernel: move xen.mk to virtual.mk

2010-07-18 Thread Stijn Tintel
Move Xen kernel modules into a general virtualization category. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk | 110 + package/kernel/modules/xen.mk | 110 - 2 files changed, 110

[OpenWrt-Devel] [PATCH v5 4/4] kernel: virtio modules depend on x86_kvm_guest

2010-07-18 Thread Stijn Tintel
Make the VirtIO modules depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/modules/virtual.mk b/package/kernel/modules

[OpenWrt-Devel] [PATCH v5 3/4] x86: add kvm_guest subtarget

2010-07-18 Thread Stijn Tintel
Add a KVM guest subtarget to the x86 target. Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/x86/Makefile |2 +- target/linux/x86

[OpenWrt-Devel] [PATCH] base-files: kill existing udhcpc instance

2010-07-19 Thread Stijn Tintel
request. Solve this problem by killing the existing DHCP instance and starting a new one rather than keeping the old one. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/base-files/files/lib/network/config.sh | 55 +++- 1 files changed, 25 insertions(+), 30

Re: [OpenWrt-Devel] [PATCH v5 0/4] Add x86 kvm_guest subtarget

2010-08-21 Thread Stijn Tintel
On 18-07-10 21:04, Stijn Tintel wrote: This patch series adds a new x86 subtarget for running inside a KVM guest. Anyone had a chance to look at this yet? Thanks, Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

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

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

[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

[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

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

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

[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

  1   2   3   4   >